#487BB6

Color #487BB6 Steel Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Steel Blue #487BB6

Tints of Steel Blue #487BB6

Color information

#487BB6 (or 0x487BB6) is unknown color: approx Steel Blue. HEX triplet: 48, 7B and B6. RGB value is (72,123,182). Sum of RGB (Red+Green+Blue) = 72+123+182=377 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.10% from 377); Green value is 123 (48.44% from 255 or 32.63% from 377); Blue value is 182 (71.48% from 255 or 48.28% from 377); Max value from RGB is 182 - color contains mainly: blue. Hex color #487BB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487BB6 is #B78449. Grayscale: #727272. Windows color (decimal): -12026954 or 11959112. OLE color: 11959112.

HSL color Cylindrical-coordinate representation of color #487BB6: hue angle of 212.18º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #487BB6 is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB72123182-
CMYK0.600.3200.29
HSL212.18º43.31%49.8%-
HSV(B)212.18º60.44%71.37%-
XYZ18.218.9246.95-
YUV114.48166.197.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 72 (28.52% from 255) = 19.10%
GREEN value IS 123 (48.44% from 255) = 32.63%
BLUE value IS 182 (71.48% from 255) = 48.28%
R=19.10%
G=32.63%
B=48.28%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal721231820.600.3200.29212.1843.3149.8
Hex487BB63C2001Dd42b32
Octal11017326674400353245362
Binary100100011110111011011011110010000001110111010100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487BB6; }

 p { color: rgb(72,123,182); }

 H1.HeaderClassName
 {
   color: #487BB6;
 }
 .AnyTagClassName
 {
   color: #487BB6;
 }
</style>
background-color css

<style>
 a { background-color: #487BB6; }

 a { background-color: rgb(72,123,182); }

 div.DivClassName
 {
   background-color: #487BB6;
 }
 .BgClassName
 {
   background-color: #487BB6;
 }
</style>
border-color css

<style>
 span { border-color: #487BB6; }

 span { border-color: rgb(72,123,182); }

 td.TdClassName
 {
   border-color: #487BB6;
 }
 .TagClassName
 {
   border-color: #487BB6;
 }
</style>