Html Css Color HEX #4E7470 William

📋 copy color: '#4E7470'

red 78 ◦ green 116 ◦ blue 112

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

Shades of William #4E7470

Tints of William #4E7470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 36.6%

R = 25.49%
G = 37.91%
B = 36.6%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#4E7470 (or 0x4E7470) is known color: William. HEX triplet: 4E, 74 and 70. RGB value is (78,116,112). Sum of RGB (Red+Green+Blue) = 78+116+112=306 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.49% from 306); Green value is 116 (45.70% from 255 or 37.91% from 306); Blue value is 112 (44.14% from 255 or 36.60% from 306); Max value from RGB is 116 - color contains mainly: green. Hex color #4E7470 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E7470 is #B18B8F. Grayscale: #686868. Windows color (decimal): -11635600 or 7369806. OLE color: 7369806.

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

Color convert

RGB 78 116 112 -
CMYK 0.33 0 0.03 0.55
HSL 173.68º 0.2% 0.38% -
HSV(B) 173.68º 0.33% 0.45% -
XYZ 12.31 15.28 17.63 -
YUV 104.18 132.41 109.33 -
System Red Green Blue C M Y K H S L
Decimal 78 116 112 0.33 0 0.03 0.55 173.68 0.2 0.38
Hex 4E 74 70 21 0 3 37 AE 14 26
Octal 116 164 160 41 0 3 67 256 24 46
Binary 1001110 1110100 1110000 100001 0 11 110111 10101110 10100 100110

Color Harmonies of #4E7470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E7470

Black with #4E7470

Text Example


Text Example

White with #4E7470

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,116,112); }

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

background-color css

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

 a { background-color: rgb(78,116,112); }

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

border-color css

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

 span { border-color: rgb(78,116,112); }

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