Html Css Color HEX #4575AB Steel Blue

📋 copy color: '#4575AB'

red 69 ◦ green 117 ◦ blue 171

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

Shades of Steel Blue #4575AB

Tints of Steel Blue #4575AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 47.9%

R = 19.33%
G = 32.77%
B = 47.9%

CMYK

 C value IS 0.60

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4575AB (or 0x4575AB) is known color: Steel Blue. HEX triplet: 45, 75 and AB. RGB value is (69,117,171). Sum of RGB (Red+Green+Blue) = 69+117+171=357 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.33% from 357); Green value is 117 (46.09% from 255 or 32.77% from 357); Blue value is 171 (67.19% from 255 or 47.90% from 357); Max value from RGB is 171 - color contains mainly: blue. Hex color #4575AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4575AB is #BA8A54. Grayscale: #6C6C6C. Windows color (decimal): -12225109 or 11236677. OLE color: 11236677.

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

Color convert

RGB 69 117 171 -
CMYK 0.60 0.32 0 0.33
HSL 211.76º 0.43% 0.47% -
HSV(B) 211.76º 0.6% 0.67% -
XYZ 16.17 16.93 40.94 -
YUV 108.8 163.1 99.61 -
System Red Green Blue C M Y K H S L
Decimal 69 117 171 0.60 0.32 0 0.33 211.76 0.43 0.47
Hex 45 75 AB 3C 20 0 21 D4 2A 2F
Octal 105 165 253 74 40 0 41 324 52 57
Binary 1000101 1110101 10101011 111100 100000 0 100001 11010100 101010 101111

Color Harmonies of #4575AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4575AB

Black with #4575AB

Text Example


Text Example

White with #4575AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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