Html Css Color HEX #4875AE Steel Blue

📋 copy color: '#4875AE'

red 72 ◦ green 117 ◦ blue 174

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

Shades of Steel Blue #4875AE

Tints of Steel Blue #4875AE

RGB

 RED value IS 72 (28.52% from 255) = 19.83%

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

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

R = 19.83%
G = 32.23%
B = 47.93%

CMYK

 C value IS 0.59

 M value IS 0.33

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4875AE (or 0x4875AE) is known color: Steel Blue. HEX triplet: 48, 75 and AE. RGB value is (72,117,174). Sum of RGB (Red+Green+Blue) = 72+117+174=363 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.83% from 363); Green value is 117 (46.09% from 255 or 32.23% from 363); Blue value is 174 (68.36% from 255 or 47.93% from 363); Max value from RGB is 174 - color contains mainly: blue. Hex color #4875AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4875AE is #B78A51. Grayscale: #6D6D6D. Windows color (decimal): -12028498 or 11433288. OLE color: 11433288.

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

Color convert

RGB 72 117 174 -
CMYK 0.59 0.33 0 0.32
HSL 213.53º 0.41% 0.48% -
HSV(B) 213.53º 0.59% 0.68% -
XYZ 16.67 17.16 42.48 -
YUV 110.04 164.09 100.87 -
System Red Green Blue C M Y K H S L
Decimal 72 117 174 0.59 0.33 0 0.32 213.53 0.41 0.48
Hex 48 75 AE 3B 21 0 20 D6 29 30
Octal 110 165 256 73 41 0 40 326 51 60
Binary 1001000 1110101 10101110 111011 100001 0 100000 11010110 101001 110000

Color Harmonies of #4875AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4875AE

Black with #4875AE

Text Example


Text Example

White with #4875AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,117,174); }

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

background-color css

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

 a { background-color: rgb(72,117,174); }

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

border-color css

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

 span { border-color: rgb(72,117,174); }

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