#486FBC

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

Shades of Steel Blue #486FBC

Tints of Steel Blue #486FBC

Color information

#486FBC (or 0x486FBC) is unknown color: approx Steel Blue. HEX triplet: 48, 6F and BC. RGB value is (72,111,188). Sum of RGB (Red+Green+Blue) = 72+111+188=371 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.41% from 371); Green value is 111 (43.75% from 255 or 29.92% from 371); Blue value is 188 (73.83% from 255 or 50.67% from 371); Max value from RGB is 188 - color contains mainly: blue. Hex color #486FBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486FBC is #B79043. Grayscale: #6B6B6B. Windows color (decimal): -12030020 or 12349256. OLE color: 12349256.

HSL color Cylindrical-coordinate representation of color #486FBC: hue angle of 219.83º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #486FBC is Cyan = 0.62, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB72111188-
CMYK0.620.4100.26
HSL219.83º46.4%50.98%-
HSV(B)219.83º61.7%73.73%-
XYZ17.4316.3849.82-
YUV108.12173.08102.24-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.41%
GREEN value IS 111 (43.75% from 255) = 29.92%
BLUE value IS 188 (73.83% from 255) = 50.67%
R=19.41%
G=29.92%
B=50.67%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal721111880.620.4100.26219.8346.450.98
Hex486FBC3E2901Adc2e33
Octal11015727476510323345663
Binary100100011011111011110011111010100101101011011100101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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