Html Css Color HEX #4E7570 William

📋 copy color: '#4E7570'

red 78 ◦ green 117 ◦ blue 112

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

Shades of William #4E7570

Tints of William #4E7570

RGB

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

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

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

R = 25.41%
G = 38.11%
B = 36.48%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#4E7570 (or 0x4E7570) is known color: William. HEX triplet: 4E, 75 and 70. RGB value is (78,117,112). Sum of RGB (Red+Green+Blue) = 78+117+112=307 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.41% from 307); Green value is 117 (46.09% from 255 or 38.11% from 307); Blue value is 112 (44.14% from 255 or 36.48% from 307); Max value from RGB is 117 - color contains mainly: green. Hex color #4E7570 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E7570 is #B18A8F. Grayscale: #686868. Windows color (decimal): -11635344 or 7370062. OLE color: 7370062.

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

Color convert

RGB 78 117 112 -
CMYK 0.33 0 0.04 0.54
HSL 172.31º 0.2% 0.38% -
HSV(B) 172.31º 0.33% 0.46% -
XYZ 12.43 15.51 17.67 -
YUV 104.77 132.08 108.91 -
System Red Green Blue C M Y K H S L
Decimal 78 117 112 0.33 0 0.04 0.54 172.31 0.2 0.38
Hex 4E 75 70 21 0 4 36 AC 14 26
Octal 116 165 160 41 0 4 66 254 24 46
Binary 1001110 1110101 1110000 100001 0 100 110110 10101100 10100 100110

Color Harmonies of #4E7570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E7570

Black with #4E7570

Text Example


Text Example

White with #4E7570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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