#4584AA

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

Shades of Steel Blue #4584AA

Tints of Steel Blue #4584AA

Color information

#4584AA (or 0x4584AA) is unknown color: approx Steel Blue. HEX triplet: 45, 84 and AA. RGB value is (69,132,170). Sum of RGB (Red+Green+Blue) = 69+132+170=371 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.60% from 371); Green value is 132 (51.95% from 255 or 35.58% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 170 - color contains mainly: blue. Hex color #4584AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4584AA is #BA7B55. Grayscale: #757575. Windows color (decimal): -12221270 or 11174981. OLE color: 11174981.

HSL color Cylindrical-coordinate representation of color #4584AA: 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 #4584AA is Cyan = 0.59, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB69132170-
CMYK0.590.2200.33
HSL202.57º42.26%46.86%-
HSV(B)202.57º59.41%66.67%-
XYZ17.9620.6741.07-
YUV117.49157.6393.41-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.60%
GREEN value IS 132 (51.95% from 255) = 35.58%
BLUE value IS 170 (66.80% from 255) = 45.82%
R=18.60%
G=35.58%
B=45.82%

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
Decimal691321700.590.2200.33202.5742.2646.86
Hex4584AA3B16021cb2a2f
Octal10520425273260413135257
Binary1000101100001001010101011101110110010000111001011101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4584AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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