#4575AD

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

Shades of Steel Blue #4575AD

Tints of Steel Blue #4575AD

Color information

#4575AD (or 0x4575AD) is unknown color: approx Steel Blue. HEX triplet: 45, 75 and AD. RGB value is (69,117,173). Sum of RGB (Red+Green+Blue) = 69+117+173=359 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.22% from 359); Green value is 117 (46.09% from 255 or 32.59% from 359); Blue value is 173 (67.97% from 255 or 48.19% from 359); Max value from RGB is 173 - color contains mainly: blue. Hex color #4575AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4575AD is #BA8A52. Grayscale: #6C6C6C. Windows color (decimal): -12225107 or 11367749. OLE color: 11367749.

HSL color Cylindrical-coordinate representation of color #4575AD: hue angle of 212.31º 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 #4575AD is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB69117173-
CMYK0.600.3200.32
HSL212.31º42.98%47.45%-
HSV(B)212.31º60.12%67.84%-
XYZ16.361741.96-
YUV109.03164.199.45-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.22%
GREEN value IS 117 (46.09% from 255) = 32.59%
BLUE value IS 173 (67.97% from 255) = 48.19%
R=19.22%
G=32.59%
B=48.19%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal691171730.600.3200.32212.3142.9847.45
Hex4575AD3C20020d42b2f
Octal10516525574400403245357
Binary1000101111010110101101111100100000010000011010100101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4575AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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