Html Css Color HEX #4E5052 Tuna

📋 copy color: '#4E5052'

red 78 ◦ green 80 ◦ blue 82

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

Shades of Tuna #4E5052

Tints of Tuna #4E5052

RGB

 RED value IS 78 (30.86% from 255) = 32.5%

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

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

R = 32.5%
G = 33.33%
B = 34.17%

CMYK

 C value IS 0.05

 M value IS 0.02

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#4E5052 (or 0x4E5052) is known color: Tuna. HEX triplet: 4E, 50 and 52. RGB value is (78,80,82). Sum of RGB (Red+Green+Blue) = 78+80+82=240 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.5% from 240); Green value is 80 (31.64% from 255 or 33.33% from 240); Blue value is 82 (32.42% from 255 or 34.17% from 240); Max value from RGB is 82 - color contains mainly: blue. Hex color #4E5052 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5052 is #B1AFAD. Grayscale: #4F4F4F. Windows color (decimal): -11644846 or 5394510. OLE color: 5394510.

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

Color convert

RGB 78 80 82 -
CMYK 0.05 0.02 0 0.68
HSL 210º 0.03% 0.31% -
HSV(B) 210º 0.05% 0.32% -
XYZ 7.53 7.97 9.12 -
YUV 79.63 129.34 126.84 -
System Red Green Blue C M Y K H S L
Decimal 78 80 82 0.05 0.02 0 0.68 210 0.03 0.31
Hex 4E 50 52 5 2 0 44 D2 2 1F
Octal 116 120 122 5 2 0 104 322 2 37
Binary 1001110 1010000 1010010 101 10 0 1000100 11010010 10 11111

Color Harmonies of #4E5052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5052

Black with #4E5052

Text Example


Text Example

White with #4E5052

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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