#486FB9

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

Shades of Steel Blue #486FB9

Tints of Steel Blue #486FB9

Color information

#486FB9 (or 0x486FB9) is unknown color: approx Steel Blue. HEX triplet: 48, 6F and B9. RGB value is (72,111,185). Sum of RGB (Red+Green+Blue) = 72+111+185=368 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.57% from 368); Green value is 111 (43.75% from 255 or 30.16% from 368); Blue value is 185 (72.66% from 255 or 50.27% from 368); Max value from RGB is 185 - color contains mainly: blue. Hex color #486FB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486FB9 is #B79046. Grayscale: #6B6B6B. Windows color (decimal): -12030023 or 12152648. OLE color: 12152648.

HSL color Cylindrical-coordinate representation of color #486FB9: hue angle of 219.29º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #486FB9 is Cyan = 0.61, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB72111185-
CMYK0.610.400.27
HSL219.29º44.66%50.39%-
HSV(B)219.29º61.08%72.55%-
XYZ17.1116.2548.13-
YUV107.78171.58102.48-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.57%
GREEN value IS 111 (43.75% from 255) = 30.16%
BLUE value IS 185 (72.66% from 255) = 50.27%
R=19.57%
G=30.16%
B=50.27%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal721111850.610.400.27219.2944.6650.39
Hex486FB93D2801Bdb2d32
Octal11015727175500333335562
Binary100100011011111011100111110110100001101111011011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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