Html Css Color HEX #4874AD Steel Blue

📋 copy color: '#4874AD'

red 72 ◦ green 116 ◦ blue 173

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

Shades of Steel Blue #4874AD

Tints of Steel Blue #4874AD

RGB

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

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

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

R = 19.94%
G = 32.13%
B = 47.92%

CMYK

 C value IS 0.58

 M value IS 0.33

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4874AD (or 0x4874AD) is known color: Steel Blue. HEX triplet: 48, 74 and AD. RGB value is (72,116,173). Sum of RGB (Red+Green+Blue) = 72+116+173=361 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.94% from 361); Green value is 116 (45.70% from 255 or 32.13% from 361); Blue value is 173 (67.97% from 255 or 47.92% from 361); Max value from RGB is 173 - color contains mainly: blue. Hex color #4874AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4874AD is #B78B52. Grayscale: #6D6D6D. Windows color (decimal): -12028755 or 11367496. OLE color: 11367496.

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

Color convert

RGB 72 116 173 -
CMYK 0.58 0.33 0 0.32
HSL 213.86º 0.41% 0.48% -
HSV(B) 213.86º 0.58% 0.68% -
XYZ 16.46 16.89 41.93 -
YUV 109.34 163.92 101.37 -
System Red Green Blue C M Y K H S L
Decimal 72 116 173 0.58 0.33 0 0.32 213.86 0.41 0.48
Hex 48 74 AD 3A 21 0 20 D6 29 30
Octal 110 164 255 72 41 0 40 326 51 60
Binary 1001000 1110100 10101101 111010 100001 0 100000 11010110 101001 110000

Color Harmonies of #4874AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4874AD

Black with #4874AD

Text Example


Text Example

White with #4874AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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