Html Css Color HEX #4E4F53 Tuna

📋 copy color: '#4E4F53'

red 78 ◦ green 79 ◦ blue 83

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

Shades of Tuna #4E4F53

Tints of Tuna #4E4F53

RGB

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

 GREEN value IS 79 (31.25% from 255) = 32.92%

 BLUE value IS 83 (32.81% from 255) = 34.58%

R = 32.5%
G = 32.92%
B = 34.58%

CMYK

 C value IS 0.06

 M value IS 0.05

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#4E4F53 (or 0x4E4F53) is known color: Tuna. HEX triplet: 4E, 4F and 53. RGB value is (78,79,83). Sum of RGB (Red+Green+Blue) = 78+79+83=240 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.5% from 240); Green value is 79 (31.25% from 255 or 32.92% from 240); Blue value is 83 (32.81% from 255 or 34.58% from 240); Max value from RGB is 83 - color contains mainly: blue. Hex color #4E4F53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E4F53 is #B1B0AC. Grayscale: #4F4F4F. Windows color (decimal): -11645101 or 5459790. OLE color: 5459790.

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

Color convert

RGB 78 79 83 -
CMYK 0.06 0.05 0 0.67
HSL 228º 0.03% 0.32% -
HSV(B) 228º 0.06% 0.33% -
XYZ 7.5 7.84 9.3 -
YUV 79.16 130.17 127.17 -
System Red Green Blue C M Y K H S L
Decimal 78 79 83 0.06 0.05 0 0.67 228 0.03 0.32
Hex 4E 4F 53 6 5 0 43 E4 3 20
Octal 116 117 123 6 5 0 103 344 3 40
Binary 1001110 1001111 1010011 110 101 0 1000011 11100100 11 100000

Color Harmonies of #4E4F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4F53

Black with #4E4F53

Text Example


Text Example

White with #4E4F53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,79,83); }

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

background-color css

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

 a { background-color: rgb(78,79,83); }

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

border-color css

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

 span { border-color: rgb(78,79,83); }

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