Html Css Color HEX #4D6864 William

📋 copy color: '#4D6864'

red 77 ◦ green 104 ◦ blue 100

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

Shades of William #4D6864

Tints of William #4D6864

RGB

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

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

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

R = 27.4%
G = 37.01%
B = 35.59%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.04

 K value IS 0.59

RGB Variations

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

Color information

#4D6864 (or 0x4D6864) is known color: William. HEX triplet: 4D, 68 and 64. RGB value is (77,104,100). Sum of RGB (Red+Green+Blue) = 77+104+100=281 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.40% from 281); Green value is 104 (41.02% from 255 or 37.01% from 281); Blue value is 100 (39.45% from 255 or 35.59% from 281); Max value from RGB is 104 - color contains mainly: green. Hex color #4D6864 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6864 is #B2979B. Grayscale: #5F5F5F. Windows color (decimal): -11704220 or 6580301. OLE color: 6580301.

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

Color convert

RGB 77 104 100 -
CMYK 0.26 0 0.04 0.59
HSL 171.11º 0.15% 0.35% -
HSV(B) 171.11º 0.26% 0.41% -
XYZ 10.31 12.4 13.91 -
YUV 95.47 130.55 114.83 -
System Red Green Blue C M Y K H S L
Decimal 77 104 100 0.26 0 0.04 0.59 171.11 0.15 0.35
Hex 4D 68 64 1A 0 4 3B AB F 23
Octal 115 150 144 32 0 4 73 253 17 43
Binary 1001101 1101000 1100100 11010 0 100 111011 10101011 1111 100011

Color Harmonies of #4D6864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6864

Black with #4D6864

Text Example


Text Example

White with #4D6864

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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