#486EB7

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

Shades of Steel Blue #486EB7

Tints of Steel Blue #486EB7

Color information

#486EB7 (or 0x486EB7) is unknown color: approx Steel Blue. HEX triplet: 48, 6E and B7. RGB value is (72,110,183). Sum of RGB (Red+Green+Blue) = 72+110+183=365 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.73% from 365); Green value is 110 (43.36% from 255 or 30.14% from 365); Blue value is 183 (71.88% from 255 or 50.14% from 365); Max value from RGB is 183 - color contains mainly: blue. Hex color #486EB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486EB7 is #B79148. Grayscale: #6A6A6A. Windows color (decimal): -12030281 or 12021320. OLE color: 12021320.

HSL color Cylindrical-coordinate representation of color #486EB7: hue angle of 219.46º 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 #486EB7 is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB72110183-
CMYK0.610.4000.28
HSL219.46º43.53%50%-
HSV(B)219.46º60.66%71.76%-
XYZ16.815.9546.99-
YUV106.96170.91103.06-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.73%
GREEN value IS 110 (43.36% from 255) = 30.14%
BLUE value IS 183 (71.88% from 255) = 50.14%
R=19.73%
G=30.14%
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
Decimal721101830.610.4000.28219.4643.5350
Hex486EB73D2801Cdb2c32
Octal11015626775500343335462
Binary100100011011101011011111110110100001110011011011101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,110,183); }

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

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

 a { background-color: rgb(72,110,183); }

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

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

 span { border-color: rgb(72,110,183); }

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