Html Css Color HEX #4C726E William

📋 copy color: '#4C726E'

red 76 ◦ green 114 ◦ blue 110

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

Shades of William #4C726E

Tints of William #4C726E

RGB

 RED value IS 76 (30.08% from 255) = 25.33%

 GREEN value IS 114 (44.92% from 255) = 38%

 BLUE value IS 110 (43.36% from 255) = 36.67%

R = 25.33%
G = 38%
B = 36.67%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#4C726E (or 0x4C726E) is known color: William. HEX triplet: 4C, 72 and 6E. RGB value is (76,114,110). Sum of RGB (Red+Green+Blue) = 76+114+110=300 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.33% from 300); Green value is 114 (44.92% from 255 or 38% from 300); Blue value is 110 (43.36% from 255 or 36.67% from 300); Max value from RGB is 114 - color contains mainly: green. Hex color #4C726E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C726E is #B38D91. Grayscale: #666666. Windows color (decimal): -11767186 or 7238220. OLE color: 7238220.

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

Color convert

RGB 76 114 110 -
CMYK 0.33 0 0.04 0.55
HSL 173.68º 0.2% 0.37% -
HSV(B) 173.68º 0.33% 0.45% -
XYZ 11.81 14.7 16.97 -
YUV 102.18 132.41 109.33 -
System Red Green Blue C M Y K H S L
Decimal 76 114 110 0.33 0 0.04 0.55 173.68 0.2 0.37
Hex 4C 72 6E 21 0 4 37 AE 14 25
Octal 114 162 156 41 0 4 67 256 24 45
Binary 1001100 1110010 1101110 100001 0 100 110111 10101110 10100 100101

Color Harmonies of #4C726E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C726E

Black with #4C726E

Text Example


Text Example

White with #4C726E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,114,110); }

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

background-color css

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

 a { background-color: rgb(76,114,110); }

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

border-color css

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

 span { border-color: rgb(76,114,110); }

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