Html Css Color HEX #4574AA Steel Blue

📋 copy color: '#4574AA'

red 69 ◦ green 116 ◦ blue 170

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

Shades of Steel Blue #4574AA

Tints of Steel Blue #4574AA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.68%

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

R = 19.44%
G = 32.68%
B = 47.89%

CMYK

 C value IS 0.59

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4574AA (or 0x4574AA) is known color: Steel Blue. HEX triplet: 45, 74 and AA. RGB value is (69,116,170). Sum of RGB (Red+Green+Blue) = 69+116+170=355 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.44% from 355); Green value is 116 (45.70% from 255 or 32.68% from 355); Blue value is 170 (66.80% from 255 or 47.89% from 355); Max value from RGB is 170 - color contains mainly: blue. Hex color #4574AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4574AA is #BA8B55. Grayscale: #6B6B6B. Windows color (decimal): -12225366 or 11170885. OLE color: 11170885.

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

Color convert

RGB 69 116 170 -
CMYK 0.59 0.32 0 0.33
HSL 212.08º 0.42% 0.47% -
HSV(B) 212.08º 0.59% 0.67% -
XYZ 15.96 16.66 40.4 -
YUV 108.1 162.93 100.11 -
System Red Green Blue C M Y K H S L
Decimal 69 116 170 0.59 0.32 0 0.33 212.08 0.42 0.47
Hex 45 74 AA 3B 20 0 21 D4 2A 2F
Octal 105 164 252 73 40 0 41 324 52 57
Binary 1000101 1110100 10101010 111011 100000 0 100001 11010100 101010 101111

Color Harmonies of #4574AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4574AA

Black with #4574AA

Text Example


Text Example

White with #4574AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4574AA;
 }
 .AnyTagClassName
 {
   color: #4574AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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