Html Css Color HEX #474D59 Tuna

📋 copy color: '#474D59'

red 71 ◦ green 77 ◦ blue 89

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

Shades of Tuna #474D59

Tints of Tuna #474D59

RGB

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

 GREEN value IS 77 (30.47% from 255) = 32.49%

 BLUE value IS 89 (35.16% from 255) = 37.55%

R = 29.96%
G = 32.49%
B = 37.55%

CMYK

 C value IS 0.20

 M value IS 0.13

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#474D59 (or 0x474D59) is known color: Tuna. HEX triplet: 47, 4D and 59. RGB value is (71,77,89). Sum of RGB (Red+Green+Blue) = 71+77+89=237 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.96% from 237); Green value is 77 (30.47% from 255 or 32.49% from 237); Blue value is 89 (35.16% from 255 or 37.55% from 237); Max value from RGB is 89 - color contains mainly: blue. Hex color #474D59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #474D59 is #B8B2A6. Grayscale: #4C4C4C. Windows color (decimal): -12104359 or 5852487. OLE color: 5852487.

HSL color Cylindrical-coordinate representation of color #474D59: hue angle of 220º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #474D59 is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 71 77 89 -
CMYK 0.20 0.13 0 0.65
HSL 220º 0.11% 0.31% -
HSV(B) 220º 0.2% 0.35% -
XYZ 7.06 7.37 10.5 -
YUV 76.57 135.01 124.02 -
System Red Green Blue C M Y K H S L
Decimal 71 77 89 0.20 0.13 0 0.65 220 0.11 0.31
Hex 47 4D 59 14 D 0 41 DC B 1F
Octal 107 115 131 24 15 0 101 334 13 37
Binary 1000111 1001101 1011001 10100 1101 0 1000001 11011100 1011 11111

Color Harmonies of #474D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474D59

Black with #474D59

Text Example


Text Example

White with #474D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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