#4585AD

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

Shades of Steel Blue #4585AD

Tints of Steel Blue #4585AD

Color information

#4585AD (or 0x4585AD) is unknown color: approx Steel Blue. HEX triplet: 45, 85 and AD. RGB value is (69,133,173). Sum of RGB (Red+Green+Blue) = 69+133+173=375 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.4% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 173 (67.97% from 255 or 46.13% from 375); Max value from RGB is 173 - color contains mainly: blue. Hex color #4585AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4585AD is #BA7A52. Grayscale: #767676. Windows color (decimal): -12221011 or 11371845. OLE color: 11371845.

HSL color Cylindrical-coordinate representation of color #4585AD: hue angle of 203.08º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4585AD is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB69133173-
CMYK0.600.2300.32
HSL203.08º42.98%47.45%-
HSV(B)203.08º60.12%67.84%-
XYZ18.3821.0642.63-
YUV118.42158.892.75-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.4%
GREEN value IS 133 (52.34% from 255) = 35.47%
BLUE value IS 173 (67.97% from 255) = 46.13%
R=18.4%
G=35.47%
B=46.13%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal691331730.600.2300.32203.0842.9847.45
Hex4585AD3C17020cb2b2f
Octal10520525574270403135357
Binary1000101100001011010110111110010111010000011001011101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4585AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4585AD; }

 p { color: rgb(69,133,173); }

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

<style>
 a { background-color: #4585AD; }

 a { background-color: rgb(69,133,173); }

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

<style>
 span { border-color: #4585AD; }

 span { border-color: rgb(69,133,173); }

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