Html Css Color HEX #4E7472 William

📋 copy color: '#4E7472'

red 78 ◦ green 116 ◦ blue 114

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

Shades of William #4E7472

Tints of William #4E7472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 37.01%

R = 25.32%
G = 37.66%
B = 37.01%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#4E7472 (or 0x4E7472) is known color: William. HEX triplet: 4E, 74 and 72. RGB value is (78,116,114). Sum of RGB (Red+Green+Blue) = 78+116+114=308 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.32% from 308); Green value is 116 (45.70% from 255 or 37.66% from 308); Blue value is 114 (44.92% from 255 or 37.01% from 308); Max value from RGB is 116 - color contains mainly: green. Hex color #4E7472 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E7472 is #B18B8D. Grayscale: #686868. Windows color (decimal): -11635598 or 7500878. OLE color: 7500878.

HSL color Cylindrical-coordinate representation of color #4E7472: hue angle of 176.84º 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 #4E7472 is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB 78 116 114 -
CMYK 0.33 0 0.02 0.55
HSL 176.84º 0.2% 0.38% -
HSV(B) 176.84º 0.33% 0.45% -
XYZ 12.42 15.33 18.22 -
YUV 104.41 133.41 109.16 -
System Red Green Blue C M Y K H S L
Decimal 78 116 114 0.33 0 0.02 0.55 176.84 0.2 0.38
Hex 4E 74 72 21 0 2 37 B1 14 26
Octal 116 164 162 41 0 2 67 261 24 46
Binary 1001110 1110100 1110010 100001 0 10 110111 10110001 10100 100110

Color Harmonies of #4E7472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E7472

Black with #4E7472

Text Example


Text Example

White with #4E7472

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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