Html Css Color HEX #4C6864 William

📋 copy color: '#4C6864'

red 76 ◦ green 104 ◦ blue 100

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

Shades of William #4C6864

Tints of William #4C6864

RGB

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

 GREEN value IS 104 (41.02% from 255) = 37.14%

 BLUE value IS 100 (39.45% from 255) = 35.71%

R = 27.14%
G = 37.14%
B = 35.71%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.04

 K value IS 0.59

RGB Variations

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

Color information

#4C6864 (or 0x4C6864) is known color: William. HEX triplet: 4C, 68 and 64. RGB value is (76,104,100). Sum of RGB (Red+Green+Blue) = 76+104+100=280 (37% of max value = 765). Red value is 76 (30.08% from 255 or 27.14% from 280); Green value is 104 (41.02% from 255 or 37.14% from 280); Blue value is 100 (39.45% from 255 or 35.71% from 280); Max value from RGB is 104 - color contains mainly: green. Hex color #4C6864 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6864 is #B3979B. Grayscale: #5F5F5F. Windows color (decimal): -11769756 or 6580300. OLE color: 6580300.

HSL color Cylindrical-coordinate representation of color #4C6864: hue angle of 171.43º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4C6864 is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.59.

Color convert

RGB 76 104 100 -
CMYK 0.27 0 0.04 0.59
HSL 171.43º 0.16% 0.35% -
HSV(B) 171.43º 0.27% 0.41% -
XYZ 10.23 12.36 13.9 -
YUV 95.17 130.72 114.33 -
System Red Green Blue C M Y K H S L
Decimal 76 104 100 0.27 0 0.04 0.59 171.43 0.16 0.35
Hex 4C 68 64 1B 0 4 3B AB 10 23
Octal 114 150 144 33 0 4 73 253 20 43
Binary 1001100 1101000 1100100 11011 0 100 111011 10101011 10000 100011

Color Harmonies of #4C6864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6864

Black with #4C6864

Text Example


Text Example

White with #4C6864

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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