Html Css Color HEX #474A4D Tuna

📋 copy color: '#474A4D'

red 71 ◦ green 74 ◦ blue 77

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

Shades of Tuna #474A4D

Tints of Tuna #474A4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 34.68%

R = 31.98%
G = 33.33%
B = 34.68%

CMYK

 C value IS 0.08

 M value IS 0.04

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#474A4D (or 0x474A4D) is known color: Tuna. HEX triplet: 47, 4A and 4D. RGB value is (71,74,77). Sum of RGB (Red+Green+Blue) = 71+74+77=222 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.98% from 222); Green value is 74 (29.30% from 255 or 33.33% from 222); Blue value is 77 (30.47% from 255 or 34.68% from 222); Max value from RGB is 77 - color contains mainly: blue. Hex color #474A4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474A4D is #B8B5B2. Grayscale: #494949. Windows color (decimal): -12105139 or 5065287. OLE color: 5065287.

HSL color Cylindrical-coordinate representation of color #474A4D: hue angle of 210º degrees, saturation: 0.04, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #474A4D is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 71 74 77 -
CMYK 0.08 0.04 0 0.70
HSL 210º 0.04% 0.29% -
HSV(B) 210º 0.08% 0.3% -
XYZ 6.39 6.77 7.99 -
YUV 73.45 130.01 126.26 -
System Red Green Blue C M Y K H S L
Decimal 71 74 77 0.08 0.04 0 0.70 210 0.04 0.29
Hex 47 4A 4D 8 4 0 46 D2 4 1D
Octal 107 112 115 10 4 0 106 322 4 35
Binary 1000111 1001010 1001101 1000 100 0 1000110 11010010 100 11101

Color Harmonies of #474A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474A4D

Black with #474A4D

Text Example


Text Example

White with #474A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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