Html Css Color HEX #4D6B69 William

📋 copy color: '#4D6B69'

red 77 ◦ green 107 ◦ blue 105

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

Shades of William #4D6B69

Tints of William #4D6B69

RGB

 RED value IS 77 (30.47% from 255) = 26.64%

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

 BLUE value IS 105 (41.41% from 255) = 36.33%

R = 26.64%
G = 37.02%
B = 36.33%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.02

 K value IS 0.58

RGB Variations

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

Color information

#4D6B69 (or 0x4D6B69) is known color: William. HEX triplet: 4D, 6B and 69. RGB value is (77,107,105). Sum of RGB (Red+Green+Blue) = 77+107+105=289 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.64% from 289); Green value is 107 (42.19% from 255 or 37.02% from 289); Blue value is 105 (41.41% from 255 or 36.33% from 289); Max value from RGB is 107 - color contains mainly: green. Hex color #4D6B69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6B69 is #B29496. Grayscale: #616161. Windows color (decimal): -11703447 or 6908749. OLE color: 6908749.

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

Color convert

RGB 77 107 105 -
CMYK 0.28 0 0.02 0.58
HSL 176º 0.16% 0.36% -
HSV(B) 176º 0.28% 0.42% -
XYZ 10.87 13.11 15.32 -
YUV 97.8 132.06 113.16 -
System Red Green Blue C M Y K H S L
Decimal 77 107 105 0.28 0 0.02 0.58 176 0.16 0.36
Hex 4D 6B 69 1C 0 2 3A B0 10 24
Octal 115 153 151 34 0 2 72 260 20 44
Binary 1001101 1101011 1101001 11100 0 10 111010 10110000 10000 100100

Color Harmonies of #4D6B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6B69

Black with #4D6B69

Text Example


Text Example

White with #4D6B69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,107,105); }

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

background-color css

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

 a { background-color: rgb(77,107,105); }

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

border-color css

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

 span { border-color: rgb(77,107,105); }

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