Html Css Color HEX #4E7DAC Steel Blue

📋 copy color: '#4E7DAC'

red 78 ◦ green 125 ◦ blue 172

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

Shades of Steel Blue #4E7DAC

Tints of Steel Blue #4E7DAC

RGB

 RED value IS 78 (30.86% from 255) = 20.8%

 GREEN value IS 125 (49.22% from 255) = 33.33%

 BLUE value IS 172 (67.58% from 255) = 45.87%

R = 20.8%
G = 33.33%
B = 45.87%

CMYK

 C value IS 0.55

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4E7DAC (or 0x4E7DAC) is known color: Steel Blue. HEX triplet: 4E, 7D and AC. RGB value is (78,125,172). Sum of RGB (Red+Green+Blue) = 78+125+172=375 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.8% from 375); Green value is 125 (49.22% from 255 or 33.33% from 375); Blue value is 172 (67.58% from 255 or 45.87% from 375); Max value from RGB is 172 - color contains mainly: blue. Hex color #4E7DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E7DAC is #B18253. Grayscale: #747474. Windows color (decimal): -11633236 or 11304270. OLE color: 11304270.

HSL color Cylindrical-coordinate representation of color #4E7DAC: hue angle of 210º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4E7DAC is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 78 125 172 -
CMYK 0.55 0.27 0 0.33
HSL 210º 0.38% 0.49% -
HSV(B) 210º 0.55% 0.67% -
XYZ 17.92 19.27 41.8 -
YUV 116.31 159.43 100.68 -
System Red Green Blue C M Y K H S L
Decimal 78 125 172 0.55 0.27 0 0.33 210 0.38 0.49
Hex 4E 7D AC 37 1B 0 21 D2 26 31
Octal 116 175 254 67 33 0 41 322 46 61
Binary 1001110 1111101 10101100 110111 11011 0 100001 11010010 100110 110001

Color Harmonies of #4E7DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E7DAC

Black with #4E7DAC

Text Example


Text Example

White with #4E7DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4E7DAC; }

 p { color: rgb(78,125,172); }

 H1.HeaderClassName
 {
   color: #4E7DAC;
 }
 .AnyTagClassName
 {
   color: #4E7DAC;
 }
</style>

background-color css

<style>
 a { background-color: #4E7DAC; }

 a { background-color: rgb(78,125,172); }

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

border-color css

<style>
 span { border-color: #4E7DAC; }

 span { border-color: rgb(78,125,172); }

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