Html Css Color HEX #4F6B6A William

📋 copy color: '#4F6B6A'

red 79 ◦ green 107 ◦ blue 106

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

Shades of William #4F6B6A

Tints of William #4F6B6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 36.3%

R = 27.05%
G = 36.64%
B = 36.3%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.01

 K value IS 0.58

RGB Variations

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

Color information

#4F6B6A (or 0x4F6B6A) is known color: William. HEX triplet: 4F, 6B and 6A. RGB value is (79,107,106). Sum of RGB (Red+Green+Blue) = 79+107+106=292 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.05% from 292); Green value is 107 (42.19% from 255 or 36.64% from 292); Blue value is 106 (41.80% from 255 or 36.30% from 292); Max value from RGB is 107 - color contains mainly: green. Hex color #4F6B6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6B6A is #B09495. Grayscale: #626262. Windows color (decimal): -11572374 or 6974287. OLE color: 6974287.

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

Color convert

RGB 79 107 106 -
CMYK 0.26 0 0.01 0.58
HSL 177.86º 0.15% 0.36% -
HSV(B) 177.86º 0.26% 0.42% -
XYZ 11.08 13.22 15.6 -
YUV 98.51 132.22 114.08 -
System Red Green Blue C M Y K H S L
Decimal 79 107 106 0.26 0 0.01 0.58 177.86 0.15 0.36
Hex 4F 6B 6A 1A 0 1 3A B2 F 24
Octal 117 153 152 32 0 1 72 262 17 44
Binary 1001111 1101011 1101010 11010 0 1 111010 10110010 1111 100100

Color Harmonies of #4F6B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F6B6A

Black with #4F6B6A

Text Example


Text Example

White with #4F6B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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