Html Css Color HEX #4F6A69 William

📋 copy color: '#4F6A69'

red 79 ◦ green 106 ◦ blue 105

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

Shades of William #4F6A69

Tints of William #4F6A69

RGB

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

 GREEN value IS 106 (41.8% from 255) = 36.55%

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

R = 27.24%
G = 36.55%
B = 36.21%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.01

 K value IS 0.58

RGB Variations

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

Color information

#4F6A69 (or 0x4F6A69) is known color: William. HEX triplet: 4F, 6A and 69. RGB value is (79,106,105). Sum of RGB (Red+Green+Blue) = 79+106+105=290 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.24% from 290); Green value is 106 (41.80% from 255 or 36.55% from 290); Blue value is 105 (41.41% from 255 or 36.21% from 290); Max value from RGB is 106 - color contains mainly: green. Hex color #4F6A69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6A69 is #B09596. Grayscale: #616161. Windows color (decimal): -11572631 or 6908495. OLE color: 6908495.

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

Color convert

RGB 79 106 105 -
CMYK 0.25 0 0.01 0.58
HSL 177.78º 0.15% 0.36% -
HSV(B) 177.78º 0.25% 0.42% -
XYZ 10.93 12.99 15.3 -
YUV 97.81 132.05 114.58 -
System Red Green Blue C M Y K H S L
Decimal 79 106 105 0.25 0 0.01 0.58 177.78 0.15 0.36
Hex 4F 6A 69 19 0 1 3A B2 F 24
Octal 117 152 151 31 0 1 72 262 17 44
Binary 1001111 1101010 1101001 11001 0 1 111010 10110010 1111 100100

Color Harmonies of #4F6A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F6A69

Black with #4F6A69

Text Example


Text Example

White with #4F6A69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,106,105); }

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

background-color css

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

 a { background-color: rgb(79,106,105); }

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

border-color css

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

 span { border-color: rgb(79,106,105); }

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