Html Css Color HEX #4574AE Steel Blue

📋 copy color: '#4574AE'

red 69 ◦ green 116 ◦ blue 174

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

Shades of Steel Blue #4574AE

Tints of Steel Blue #4574AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 48.47%

R = 19.22%
G = 32.31%
B = 48.47%

CMYK

 C value IS 0.60

 M value IS 0.33

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4574AE (or 0x4574AE) is known color: Steel Blue. HEX triplet: 45, 74 and AE. RGB value is (69,116,174). Sum of RGB (Red+Green+Blue) = 69+116+174=359 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.22% from 359); Green value is 116 (45.70% from 255 or 32.31% from 359); Blue value is 174 (68.36% from 255 or 48.47% from 359); Max value from RGB is 174 - color contains mainly: blue. Hex color #4574AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4574AE is #BA8B51. Grayscale: #6C6C6C. Windows color (decimal): -12225362 or 11433029. OLE color: 11433029.

HSL color Cylindrical-coordinate representation of color #4574AE: hue angle of 213.14º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4574AE is Cyan = 0.60, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 69 116 174 -
CMYK 0.60 0.33 0 0.32
HSL 213.14º 0.43% 0.48% -
HSV(B) 213.14º 0.6% 0.68% -
XYZ 16.34 16.81 42.43 -
YUV 108.56 164.93 99.78 -
System Red Green Blue C M Y K H S L
Decimal 69 116 174 0.60 0.33 0 0.32 213.14 0.43 0.48
Hex 45 74 AE 3C 21 0 20 D5 2B 30
Octal 105 164 256 74 41 0 40 325 53 60
Binary 1000101 1110100 10101110 111100 100001 0 100000 11010101 101011 110000

Color Harmonies of #4574AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4574AE

Black with #4574AE

Text Example


Text Example

White with #4574AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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