Html Css Color HEX #4584AA Steel Blue

📋 copy color: '#4584AA'

red 69 ◦ green 132 ◦ blue 170

#4584AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Steel Blue #4584AA

Tints of Steel Blue #4584AA

RGB

 RED value IS 69 (27.34% from 255) = 18.6%

 GREEN value IS 132 (51.95% from 255) = 35.58%

 BLUE value IS 170 (66.8% from 255) = 45.82%

R = 18.6%
G = 35.58%
B = 45.82%

CMYK

 C value IS 0.59

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4584AA (or 0x4584AA) is known color: 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

RGB 69 132 170 -
CMYK 0.59 0.22 0 0.33
HSL 202.57º 0.42% 0.47% -
HSV(B) 202.57º 0.59% 0.67% -
XYZ 17.96 20.67 41.07 -
YUV 117.5 157.63 93.41 -
System Red Green Blue C M Y K H S L
Decimal 69 132 170 0.59 0.22 0 0.33 202.57 0.42 0.47
Hex 45 84 AA 3B 16 0 21 CB 2A 2F
Octal 105 204 252 73 26 0 41 313 52 57
Binary 1000101 10000100 10101010 111011 10110 0 100001 11001011 101010 101111

Color Harmonies of #4584AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4584AA

Black with #4584AA

Text Example


Text Example

White with #4584AA

Text Example


Text Example

HTML Codes & Css Web 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>