Html Css Color HEX #4F5052 Tuna

📋 copy color: '#4F5052'

red 79 ◦ green 80 ◦ blue 82

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

Shades of Tuna #4F5052

Tints of Tuna #4F5052

RGB

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

 GREEN value IS 80 (31.64% from 255) = 33.2%

 BLUE value IS 82 (32.42% from 255) = 34.02%

R = 32.78%
G = 33.2%
B = 34.02%

CMYK

 C value IS 0.04

 M value IS 0.02

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#4F5052 (or 0x4F5052) is known color: Tuna. HEX triplet: 4F, 50 and 52. RGB value is (79,80,82). Sum of RGB (Red+Green+Blue) = 79+80+82=241 (31% of max value = 765). Red value is 79 (31.25% from 255 or 32.78% from 241); Green value is 80 (31.64% from 255 or 33.20% from 241); Blue value is 82 (32.42% from 255 or 34.02% from 241); Max value from RGB is 82 - color contains mainly: blue. Hex color #4F5052 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5052 is #B0AFAD. Grayscale: #4F4F4F. Windows color (decimal): -11579310 or 5394511. OLE color: 5394511.

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

Color convert

RGB 79 80 82 -
CMYK 0.04 0.02 0 0.68
HSL 220º 0.02% 0.32% -
HSV(B) 220º 0.04% 0.32% -
XYZ 7.62 8.01 9.13 -
YUV 79.93 129.17 127.34 -
System Red Green Blue C M Y K H S L
Decimal 79 80 82 0.04 0.02 0 0.68 220 0.02 0.32
Hex 4F 50 52 4 2 0 44 DC 2 20
Octal 117 120 122 4 2 0 104 334 2 40
Binary 1001111 1010000 1010010 100 10 0 1000100 11011100 10 100000

Color Harmonies of #4F5052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5052

Black with #4F5052

Text Example


Text Example

White with #4F5052

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,80,82); }

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

background-color css

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

 a { background-color: rgb(79,80,82); }

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

border-color css

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

 span { border-color: rgb(79,80,82); }

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