#486FB8

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

Shades of Steel Blue #486FB8

Tints of Steel Blue #486FB8

Color information

#486FB8 (or 0x486FB8) is unknown color: approx Steel Blue. HEX triplet: 48, 6F and B8. RGB value is (72,111,184). Sum of RGB (Red+Green+Blue) = 72+111+184=367 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.62% from 367); Green value is 111 (43.75% from 255 or 30.25% from 367); Blue value is 184 (72.27% from 255 or 50.14% from 367); Max value from RGB is 184 - color contains mainly: blue. Hex color #486FB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486FB8 is #B79047. Grayscale: #6B6B6B. Windows color (decimal): -12030024 or 12087112. OLE color: 12087112.

HSL color Cylindrical-coordinate representation of color #486FB8: hue angle of 219.11º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #486FB8 is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB72111184-
CMYK0.610.4000.28
HSL219.11º44.09%50.2%-
HSV(B)219.11º60.87%72.16%-
XYZ17.0116.2147.58-
YUV107.66171.08102.56-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.62%
GREEN value IS 111 (43.75% from 255) = 30.25%
BLUE value IS 184 (72.27% from 255) = 50.14%
R=19.62%
G=30.25%
B=50.14%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal721111840.610.4000.28219.1144.0950.2
Hex486FB83D2801Cdb2c32
Octal11015727075500343335462
Binary100100011011111011100011110110100001110011011011101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486FB8; }

 p { color: rgb(72,111,184); }

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

<style>
 a { background-color: #486FB8; }

 a { background-color: rgb(72,111,184); }

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

<style>
 span { border-color: #486FB8; }

 span { border-color: rgb(72,111,184); }

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