Html Css Color HEX #4C6B6A William

📋 copy color: '#4C6B6A'

red 76 ◦ green 107 ◦ blue 106

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

Shades of William #4C6B6A

Tints of William #4C6B6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 36.68%

R = 26.3%
G = 37.02%
B = 36.68%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.01

 K value IS 0.58

RGB Variations

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

Color information

#4C6B6A (or 0x4C6B6A) is known color: William. HEX triplet: 4C, 6B and 6A. RGB value is (76,107,106). Sum of RGB (Red+Green+Blue) = 76+107+106=289 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.30% from 289); Green value is 107 (42.19% from 255 or 37.02% from 289); Blue value is 106 (41.80% from 255 or 36.68% from 289); Max value from RGB is 107 - color contains mainly: green. Hex color #4C6B6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6B6A is #B39495. Grayscale: #616161. Windows color (decimal): -11768982 or 6974284. OLE color: 6974284.

HSL color Cylindrical-coordinate representation of color #4C6B6A: hue angle of 178.06º 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 #4C6B6A is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.58.

Color convert

RGB 76 107 106 -
CMYK 0.29 0 0.01 0.58
HSL 178.06º 0.17% 0.36% -
HSV(B) 178.06º 0.29% 0.42% -
XYZ 10.84 13.09 15.59 -
YUV 97.62 132.73 112.58 -
System Red Green Blue C M Y K H S L
Decimal 76 107 106 0.29 0 0.01 0.58 178.06 0.17 0.36
Hex 4C 6B 6A 1D 0 1 3A B2 11 24
Octal 114 153 152 35 0 1 72 262 21 44
Binary 1001100 1101011 1101010 11101 0 1 111010 10110010 10001 100100

Color Harmonies of #4C6B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6B6A

Black with #4C6B6A

Text Example


Text Example

White with #4C6B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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