Html Css Color HEX #4F7472 William

📋 copy color: '#4F7472'

red 79 ◦ green 116 ◦ blue 114

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

Shades of William #4F7472

Tints of William #4F7472

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.54%

 BLUE value IS 114 (44.92% from 255) = 36.89%

R = 25.57%
G = 37.54%
B = 36.89%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#4F7472 (or 0x4F7472) is known color: William. HEX triplet: 4F, 74 and 72. RGB value is (79,116,114). Sum of RGB (Red+Green+Blue) = 79+116+114=309 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.57% from 309); Green value is 116 (45.70% from 255 or 37.54% from 309); Blue value is 114 (44.92% from 255 or 36.89% from 309); Max value from RGB is 116 - color contains mainly: green. Hex color #4F7472 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7472 is #B08B8D. Grayscale: #686868. Windows color (decimal): -11570062 or 7500879. OLE color: 7500879.

HSL color Cylindrical-coordinate representation of color #4F7472: hue angle of 176.76º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4F7472 is Cyan = 0.32, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB 79 116 114 -
CMYK 0.32 0 0.02 0.55
HSL 176.76º 0.19% 0.38% -
HSV(B) 176.76º 0.32% 0.45% -
XYZ 12.51 15.37 18.23 -
YUV 104.71 133.24 109.66 -
System Red Green Blue C M Y K H S L
Decimal 79 116 114 0.32 0 0.02 0.55 176.76 0.19 0.38
Hex 4F 74 72 20 0 2 37 B1 13 26
Octal 117 164 162 40 0 2 67 261 23 46
Binary 1001111 1110100 1110010 100000 0 10 110111 10110001 10011 100110

Color Harmonies of #4F7472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F7472

Black with #4F7472

Text Example


Text Example

White with #4F7472

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,116,114); }

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

background-color css

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

 a { background-color: rgb(79,116,114); }

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

border-color css

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

 span { border-color: rgb(79,116,114); }

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