Html Css Color HEX #4F6460 William

📋 copy color: '#4F6460'

red 79 ◦ green 100 ◦ blue 96

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

Shades of William #4F6460

Tints of William #4F6460

RGB

 RED value IS 79 (31.25% from 255) = 28.73%

 GREEN value IS 100 (39.45% from 255) = 36.36%

 BLUE value IS 96 (37.89% from 255) = 34.91%

R = 28.73%
G = 36.36%
B = 34.91%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.04

 K value IS 0.61

RGB Variations

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

Color information

#4F6460 (or 0x4F6460) is known color: William. HEX triplet: 4F, 64 and 60. RGB value is (79,100,96). Sum of RGB (Red+Green+Blue) = 79+100+96=275 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.73% from 275); Green value is 100 (39.45% from 255 or 36.36% from 275); Blue value is 96 (37.89% from 255 or 34.91% from 275); Max value from RGB is 100 - color contains mainly: green. Hex color #4F6460 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6460 is #B09B9F. Grayscale: #5D5D5D. Windows color (decimal): -11574176 or 6317135. OLE color: 6317135.

HSL color Cylindrical-coordinate representation of color #4F6460: hue angle of 168.57º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4F6460 is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.61.

Color convert

RGB 79 100 96 -
CMYK 0.21 0 0.04 0.61
HSL 168.57º 0.12% 0.35% -
HSV(B) 168.57º 0.21% 0.39% -
XYZ 9.89 11.62 12.79 -
YUV 93.27 129.54 117.83 -
System Red Green Blue C M Y K H S L
Decimal 79 100 96 0.21 0 0.04 0.61 168.57 0.12 0.35
Hex 4F 64 60 15 0 4 3D A9 C 23
Octal 117 144 140 25 0 4 75 251 14 43
Binary 1001111 1100100 1100000 10101 0 100 111101 10101001 1100 100011

Color Harmonies of #4F6460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F6460

Black with #4F6460

Text Example


Text Example

White with #4F6460

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,100,96); }

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

background-color css

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

 a { background-color: rgb(79,100,96); }

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

border-color css

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

 span { border-color: rgb(79,100,96); }

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