#486fbb

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

Shades of Steel Blue #486FBB

Tints of Steel Blue #486FBB

Color information

#486FBB (or 0x486FBB) is unknown color: approx Steel Blue. HEX triplet: 48, 6F and BB. RGB value is (72,111,187). Sum of RGB (Red+Green+Blue) = 72+111+187=370 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.46% from 370); Green value is 111 (43.75% from 255 or 30% from 370); Blue value is 187 (73.44% from 255 or 50.54% from 370); Max value from RGB is 187 - color contains mainly: blue. Hex color #486FBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486FBB is #B79044. Grayscale: #6B6B6B. Windows color (decimal): -12030021 or 12283720. OLE color: 12283720.

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

Color convert

RGB72111187-
CMYK0.610.4100.27
HSL219.65º45.82%50.78%-
HSV(B)219.65º61.5%73.33%-
XYZ17.3316.3349.25-
YUV108172.58102.32-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.46%
GREEN value IS 111 (43.75% from 255) = 30%
BLUE value IS 187 (73.44% from 255) = 50.54%
R=19.46%
G=30%
B=50.54%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal721111870.610.4100.27219.6545.8250.78
Hex486FBB3D2901Bdc2e33
Octal11015727375510333345663
Binary100100011011111011101111110110100101101111011100101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486fbb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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