#4584AD

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

Shades of Steel Blue #4584AD

Tints of Steel Blue #4584AD

Color information

#4584AD (or 0x4584AD) is unknown color: approx Steel Blue. HEX triplet: 45, 84 and AD. RGB value is (69,132,173). Sum of RGB (Red+Green+Blue) = 69+132+173=374 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.45% from 374); Green value is 132 (51.95% from 255 or 35.29% from 374); Blue value is 173 (67.97% from 255 or 46.26% from 374); Max value from RGB is 173 - color contains mainly: blue. Hex color #4584AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4584AD is #BA7B52. Grayscale: #757575. Windows color (decimal): -12221267 or 11371589. OLE color: 11371589.

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

Color convert

RGB69132173-
CMYK0.600.2400.32
HSL203.65º42.98%47.45%-
HSV(B)203.65º60.12%67.84%-
XYZ18.2520.7842.59-
YUV117.84159.1393.17-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.45%
GREEN value IS 132 (51.95% from 255) = 35.29%
BLUE value IS 173 (67.97% from 255) = 46.26%
R=18.45%
G=35.29%
B=46.26%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal691321730.600.2400.32203.6542.9847.45
Hex4584AD3C18020cc2b2f
Octal10520425574300403145357
Binary1000101100001001010110111110011000010000011001100101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4584AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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