Html Css Color HEX #4575AD Steel Blue

📋 copy color: '#4575AD'

red 69 ◦ green 117 ◦ blue 173

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

Shades of Steel Blue #4575AD

Tints of Steel Blue #4575AD

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.59%

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

R = 19.22%
G = 32.59%
B = 48.19%

CMYK

 C value IS 0.60

 M value IS 0.32

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4575AD (or 0x4575AD) is known color: Steel Blue. HEX triplet: 45, 75 and AD. RGB value is (69,117,173). Sum of RGB (Red+Green+Blue) = 69+117+173=359 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.22% from 359); Green value is 117 (46.09% from 255 or 32.59% from 359); Blue value is 173 (67.97% from 255 or 48.19% from 359); Max value from RGB is 173 - color contains mainly: blue. Hex color #4575AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4575AD is #BA8A52. Grayscale: #6C6C6C. Windows color (decimal): -12225107 or 11367749. OLE color: 11367749.

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

Color convert

RGB 69 117 173 -
CMYK 0.60 0.32 0 0.32
HSL 212.31º 0.43% 0.47% -
HSV(B) 212.31º 0.6% 0.68% -
XYZ 16.36 17 41.96 -
YUV 109.03 164.1 99.45 -
System Red Green Blue C M Y K H S L
Decimal 69 117 173 0.60 0.32 0 0.32 212.31 0.43 0.47
Hex 45 75 AD 3C 20 0 20 D4 2B 2F
Octal 105 165 255 74 40 0 40 324 53 57
Binary 1000101 1110101 10101101 111100 100000 0 100000 11010100 101011 101111

Color Harmonies of #4575AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4575AD

Black with #4575AD

Text Example


Text Example

White with #4575AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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