Html Css Color HEX #4C6E6C William

📋 copy color: '#4C6E6C'

red 76 ◦ green 110 ◦ blue 108

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

Shades of William #4C6E6C

Tints of William #4C6E6C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 37.41%

 BLUE value IS 108 (42.58% from 255) = 36.73%

R = 25.85%
G = 37.41%
B = 36.73%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.02

 K value IS 0.57

RGB Variations

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

Color information

#4C6E6C (or 0x4C6E6C) is known color: William. HEX triplet: 4C, 6E and 6C. RGB value is (76,110,108). Sum of RGB (Red+Green+Blue) = 76+110+108=294 (38% of max value = 765). Red value is 76 (30.08% from 255 or 25.85% from 294); Green value is 110 (43.36% from 255 or 37.41% from 294); Blue value is 108 (42.58% from 255 or 36.73% from 294); Max value from RGB is 110 - color contains mainly: green. Hex color #4C6E6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6E6C is #B39193. Grayscale: #636363. Windows color (decimal): -11768212 or 7106124. OLE color: 7106124.

HSL color Cylindrical-coordinate representation of color #4C6E6C: hue angle of 176.47º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4C6E6C is Cyan = 0.31, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.57.

Color convert

RGB 76 110 108 -
CMYK 0.31 0 0.02 0.57
HSL 176.47º 0.18% 0.36% -
HSV(B) 176.47º 0.31% 0.43% -
XYZ 11.26 13.77 16.25 -
YUV 99.61 132.74 111.16 -
System Red Green Blue C M Y K H S L
Decimal 76 110 108 0.31 0 0.02 0.57 176.47 0.18 0.36
Hex 4C 6E 6C 1F 0 2 39 B0 12 24
Octal 114 156 154 37 0 2 71 260 22 44
Binary 1001100 1101110 1101100 11111 0 10 111001 10110000 10010 100100

Color Harmonies of #4C6E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6E6C

Black with #4C6E6C

Text Example


Text Example

White with #4C6E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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