#4685AB

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

Shades of Steel Blue #4685AB

Tints of Steel Blue #4685AB

Color information

#4685AB (or 0x4685AB) is unknown color: approx Steel Blue. HEX triplet: 46, 85 and AB. RGB value is (70,133,171). Sum of RGB (Red+Green+Blue) = 70+133+171=374 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.72% from 374); Green value is 133 (52.34% from 255 or 35.56% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 171 - color contains mainly: blue. Hex color #4685AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4685AB is #B97A54. Grayscale: #767676. Windows color (decimal): -12155477 or 11240774. OLE color: 11240774.

HSL color Cylindrical-coordinate representation of color #4685AB: hue angle of 202.57º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4685AB is Cyan = 0.59, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB70133171-
CMYK0.590.2200.33
HSL202.57º41.91%47.25%-
HSV(B)202.57º59.06%67.06%-
XYZ18.2621.0241.62-
YUV118.5157.6393.41-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.72%
GREEN value IS 133 (52.34% from 255) = 35.56%
BLUE value IS 171 (67.19% from 255) = 45.72%
R=18.72%
G=35.56%
B=45.72%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal701331710.590.2200.33202.5741.9147.25
Hex4685AB3B16021cb2a2f
Octal10620525373260413135257
Binary1000110100001011010101111101110110010000111001011101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4685AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4685AB; }

 p { color: rgb(70,133,171); }

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

<style>
 a { background-color: #4685AB; }

 a { background-color: rgb(70,133,171); }

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

<style>
 span { border-color: #4685AB; }

 span { border-color: rgb(70,133,171); }

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