Html Css Color HEX #4D6966 William

📋 copy color: '#4D6966'

red 77 ◦ green 105 ◦ blue 102

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

Shades of William #4D6966

Tints of William #4D6966

RGB

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

 GREEN value IS 105 (41.41% from 255) = 36.97%

 BLUE value IS 102 (40.23% from 255) = 35.92%

R = 27.11%
G = 36.97%
B = 35.92%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.03

 K value IS 0.59

RGB Variations

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

Color information

#4D6966 (or 0x4D6966) is known color: William. HEX triplet: 4D, 69 and 66. RGB value is (77,105,102). Sum of RGB (Red+Green+Blue) = 77+105+102=284 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.11% from 284); Green value is 105 (41.41% from 255 or 36.97% from 284); Blue value is 102 (40.23% from 255 or 35.92% from 284); Max value from RGB is 105 - color contains mainly: green. Hex color #4D6966 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6966 is #B29699. Grayscale: #606060. Windows color (decimal): -11703962 or 6711629. OLE color: 6711629.

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

Color convert

RGB 77 105 102 -
CMYK 0.27 0 0.03 0.59
HSL 173.57º 0.15% 0.36% -
HSV(B) 173.57º 0.27% 0.41% -
XYZ 10.51 12.64 14.46 -
YUV 96.29 131.22 114.24 -
System Red Green Blue C M Y K H S L
Decimal 77 105 102 0.27 0 0.03 0.59 173.57 0.15 0.36
Hex 4D 69 66 1B 0 3 3B AE F 24
Octal 115 151 146 33 0 3 73 256 17 44
Binary 1001101 1101001 1100110 11011 0 11 111011 10101110 1111 100100

Color Harmonies of #4D6966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6966

Black with #4D6966

Text Example


Text Example

White with #4D6966

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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