Html Css Color HEX #4574AD Steel Blue

📋 copy color: '#4574AD'

red 69 ◦ green 116 ◦ blue 173

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

Shades of Steel Blue #4574AD

Tints of Steel Blue #4574AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 48.32%

R = 19.27%
G = 32.4%
B = 48.32%

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

#4574AD (or 0x4574AD) is known color: Steel Blue. HEX triplet: 45, 74 and AD. RGB value is (69,116,173). Sum of RGB (Red+Green+Blue) = 69+116+173=358 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.27% from 358); Green value is 116 (45.70% from 255 or 32.40% from 358); Blue value is 173 (67.97% from 255 or 48.32% from 358); Max value from RGB is 173 - color contains mainly: blue. Hex color #4574AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4574AD is #BA8B52. Grayscale: #6C6C6C. Windows color (decimal): -12225363 or 11367493. OLE color: 11367493.

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

Color convert

RGB 69 116 173 -
CMYK 0.60 0.33 0 0.32
HSL 212.88º 0.43% 0.47% -
HSV(B) 212.88º 0.6% 0.68% -
XYZ 16.24 16.77 41.92 -
YUV 108.45 164.43 99.87 -
System Red Green Blue C M Y K H S L
Decimal 69 116 173 0.60 0.33 0 0.32 212.88 0.43 0.47
Hex 45 74 AD 3C 21 0 20 D5 2B 2F
Octal 105 164 255 74 41 0 40 325 53 57
Binary 1000101 1110100 10101101 111100 100001 0 100000 11010101 101011 101111

Color Harmonies of #4574AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4574AD

Black with #4574AD

Text Example


Text Example

White with #4574AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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