COLOR #488286

HEX: #488286
RGB: (72,130,134)

Color info

#488286 contains mainly green and blue colors. Web safe color of #488286 is #339999 (or #399).

RGB color model

#488286 color RGB value is (72,130,134).

  • red value is 72;
  • green value is 130;
  • blue value is 134.
RGB:
(72,130,134)
(28%,51%,53%)

RGB channels and saturation

R 72 of 255 = 28%
G 130 of 255 = 51%
B 134 of 255 = 53%

72
130
134

R + G + B ~ 44%. #488286 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
72 + 130 + 134 = 336 (100%)
R 72 of 336 ~ 21.43%
G 130 of 336 ~ 38.69%
B 134 of 336 ~ 39.88%

%21.43
%38.69
%39.88

CMYK color model

#488286 color CMYK value is (46,3,0,47).

  • cyan value is 46.27%
  • magenta value is 2.99%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(46,3,0,47)
C46M3Y0K47 
(46%,3%,0%,47%)
(0.46/0.03/0.00/0.47)	

CMYK percentages

%46.27
%2.99
%0
%47.45

Codes

Color #488286 in popluar color models

488286
RGB72130134
HSL184°30.10%40.39%
HSB/HSV184°46.27%52.55%
CMYK46.27%2.99%0.00%
47.45%

Color #488286 in popluar number systems.

HEX488286
Decimal72130134
Binary10010001000001010000110
Octal110202206

Shades and tints

Shades of #488286

#488286
(72,130,134)
#42777A
(66,119,122)
#3C6C6E
(60,108,110)
#366162
(54,97,98)
#305656
(48,86,86)
#2A4B4A
(42,75,74)
#24403E
(36,64,62)
#1E3532
(30,53,50)
#182A26
(24,42,38)
#121F1A
(18,31,26)
#0C140E
(12,20,14)
#000000
(0,0,0)

Tints of #488286

#488286
(72,130,134)
#588D91
(88,141,145)
#68989C
(104,152,156)
#78A3A7
(120,163,167)
#88AEB2
(136,174,178)
#98B9BD
(152,185,189)
#A8C4C8
(168,196,200)
#B8CFD3
(184,207,211)
#C8DADE
(200,218,222)
#D8E5E9
(216,229,233)
#E8F0F4
(232,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #488286 color. Also use rgb(72,130,134) instead hex code.

Text Font Color

.myTextColor { color: #488286; }

<p style="color:#488286">This sample text font color is #488286.</p>

This text font color is #488286.


Background Color

.myBgColor { background-color: #488286; }

<div style="background-color:#488286">Inner text</div>

This div background color is #488286.


Border color

.myBorderColor { border: 1px solid #488286; }

<div style="border:3px solid #488286">Div</div>

This div border color is #488286.


Opacity

.myOpacity80 { color: #488286; opacity: 0.8; }

<p style="color:#488286;opacity:0.8;">80%</p>

Text with #488286 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #488286;}

<p style="text-shadow: 3px 3px 1px #488286">Text here.</p>

This text has shadow with #488286 color.

.textShadow {text-shadow: 3px 3px 1px #488286, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #488286, 5px 5px 20px red">Text here.</p>

This text has shadow with #488286 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#488286, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#488286, Direction=45, Strength=4)">Text</p>

This text has shadow with #488286 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #488286;
  -webkit-box-shadow:	1px 1px 3px 2px #488286;
  box-shadow:		1px 1px 3px 2px #488286;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #488286;
-webkit-box-shadow: 1px 1px 3px 2px #488286;
box-shadow:1px 1px 3px 2px #488286;">
Div content here</div>
This div box has shadow with color #488286.

Preview

Color preview on black background

This text has color #488286 on black background.


Color preview on white background

This text has color #488286 on white background.



Black color preview on #488286 background

This text has black color on #488286 background.


White color preview on #488286 background

This text has white color on #488286 background.