Html Css Color HEX #4C6B68 William

📋 copy color: '#4C6B68'

red 76 ◦ green 107 ◦ blue 104

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

Shades of William #4C6B68

Tints of William #4C6B68

RGB

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

 GREEN value IS 107 (42.19% from 255) = 37.28%

 BLUE value IS 104 (41.02% from 255) = 36.24%

R = 26.48%
G = 37.28%
B = 36.24%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.03

 K value IS 0.58

RGB Variations

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

Color information

#4C6B68 (or 0x4C6B68) is known color: William. HEX triplet: 4C, 6B and 68. RGB value is (76,107,104). Sum of RGB (Red+Green+Blue) = 76+107+104=287 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.48% from 287); Green value is 107 (42.19% from 255 or 37.28% from 287); Blue value is 104 (41.02% from 255 or 36.24% from 287); Max value from RGB is 107 - color contains mainly: green. Hex color #4C6B68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6B68 is #B39497. Grayscale: #616161. Windows color (decimal): -11768984 or 6843212. OLE color: 6843212.

HSL color Cylindrical-coordinate representation of color #4C6B68: hue angle of 174.19º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4C6B68 is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.58.

Color convert

RGB 76 107 104 -
CMYK 0.29 0 0.03 0.58
HSL 174.19º 0.17% 0.36% -
HSV(B) 174.19º 0.29% 0.42% -
XYZ 10.74 13.05 15.05 -
YUV 97.39 131.73 112.74 -
System Red Green Blue C M Y K H S L
Decimal 76 107 104 0.29 0 0.03 0.58 174.19 0.17 0.36
Hex 4C 6B 68 1D 0 3 3A AE 11 24
Octal 114 153 150 35 0 3 72 256 21 44
Binary 1001100 1101011 1101000 11101 0 11 111010 10101110 10001 100100

Color Harmonies of #4C6B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6B68

Black with #4C6B68

Text Example


Text Example

White with #4C6B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,107,104); }

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

background-color css

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

 a { background-color: rgb(76,107,104); }

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

border-color css

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

 span { border-color: rgb(76,107,104); }

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