Html Css Color HEX #4F424B Purple Taupe

📋 copy color: '#4F424B'

red 79 ◦ green 66 ◦ blue 75

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

Shades of Purple Taupe #4F424B

Tints of Purple Taupe #4F424B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30%

 BLUE value IS 75 (29.69% from 255) = 34.09%

R = 35.91%
G = 30%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.05

 K value IS 0.69

RGB Variations

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

Color information

#4F424B (or 0x4F424B) is known color: Purple Taupe. HEX triplet: 4F, 42 and 4B. RGB value is (79,66,75). Sum of RGB (Red+Green+Blue) = 79+66+75=220 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.91% from 220); Green value is 66 (26.17% from 255 or 30% from 220); Blue value is 75 (29.69% from 255 or 34.09% from 220); Max value from RGB is 79 - color contains mainly: red. Hex color #4F424B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F424B is #B0BDB4. Grayscale: #464646. Windows color (decimal): -11582901 or 4932175. OLE color: 4932175.

HSL color Cylindrical-coordinate representation of color #4F424B: hue angle of 318.46º degrees, saturation: 0.09, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #4F424B is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 66 75 -
CMYK 0 0.16 0.05 0.69
HSL 318.46º 0.09% 0.28% -
HSV(B) 318.46º 0.16% 0.31% -
XYZ 6.44 6.07 7.49 -
YUV 70.91 130.31 133.77 -
System Red Green Blue C M Y K H S L
Decimal 79 66 75 0 0.16 0.05 0.69 318.46 0.09 0.28
Hex 4F 42 4B 0 10 5 45 13E 9 1C
Octal 117 102 113 0 20 5 105 476 11 34
Binary 1001111 1000010 1001011 0 10000 101 1000101 100111110 1001 11100

Color Harmonies of #4F424B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F424B

Black with #4F424B

Text Example


Text Example

White with #4F424B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,66,75); }

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

background-color css

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

 a { background-color: rgb(79,66,75); }

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

border-color css

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

 span { border-color: rgb(79,66,75); }

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