Html Css Color HEX #474A4E Tuna

📋 copy color: '#474A4E'

red 71 ◦ green 74 ◦ blue 78

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

Shades of Tuna #474A4E

Tints of Tuna #474A4E

RGB

 RED value IS 71 (28.13% from 255) = 31.84%

 GREEN value IS 74 (29.3% from 255) = 33.18%

 BLUE value IS 78 (30.86% from 255) = 34.98%

R = 31.84%
G = 33.18%
B = 34.98%

CMYK

 C value IS 0.09

 M value IS 0.05

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#474A4E (or 0x474A4E) is known color: Tuna. HEX triplet: 47, 4A and 4E. RGB value is (71,74,78). Sum of RGB (Red+Green+Blue) = 71+74+78=223 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.84% from 223); Green value is 74 (29.30% from 255 or 33.18% from 223); Blue value is 78 (30.86% from 255 or 34.98% from 223); Max value from RGB is 78 - color contains mainly: blue. Hex color #474A4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474A4E is #B8B5B1. Grayscale: #494949. Windows color (decimal): -12105138 or 5130823. OLE color: 5130823.

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

Color convert

RGB 71 74 78 -
CMYK 0.09 0.05 0 0.69
HSL 214.29º 0.05% 0.29% -
HSV(B) 214.29º 0.09% 0.31% -
XYZ 6.42 6.79 8.18 -
YUV 73.56 130.51 126.17 -
System Red Green Blue C M Y K H S L
Decimal 71 74 78 0.09 0.05 0 0.69 214.29 0.05 0.29
Hex 47 4A 4E 9 5 0 45 D6 5 1D
Octal 107 112 116 11 5 0 105 326 5 35
Binary 1000111 1001010 1001110 1001 101 0 1000101 11010110 101 11101

Color Harmonies of #474A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474A4E

Black with #474A4E

Text Example


Text Example

White with #474A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474A4E; }

 p { color: rgb(71,74,78); }

 H1.HeaderClassName
 {
   color: #474A4E;
 }
 .AnyTagClassName
 {
   color: #474A4E;
 }
</style>

background-color css

<style>
 a { background-color: #474A4E; }

 a { background-color: rgb(71,74,78); }

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

border-color css

<style>
 span { border-color: #474A4E; }

 span { border-color: rgb(71,74,78); }

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