Html Css Color HEX #474C59 Tuna

📋 copy color: '#474C59'

red 71 ◦ green 76 ◦ blue 89

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

Shades of Tuna #474C59

Tints of Tuna #474C59

RGB

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

 GREEN value IS 76 (30.08% from 255) = 32.2%

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

R = 30.08%
G = 32.2%
B = 37.71%

CMYK

 C value IS 0.20

 M value IS 0.15

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#474C59 (or 0x474C59) is known color: Tuna. HEX triplet: 47, 4C and 59. RGB value is (71,76,89). Sum of RGB (Red+Green+Blue) = 71+76+89=236 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.08% from 236); Green value is 76 (30.08% from 255 or 32.20% from 236); Blue value is 89 (35.16% from 255 or 37.71% from 236); Max value from RGB is 89 - color contains mainly: blue. Hex color #474C59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474C59 is #B8B3A6. Grayscale: #4B4B4B. Windows color (decimal): -12104615 or 5852231. OLE color: 5852231.

HSL color Cylindrical-coordinate representation of color #474C59: hue angle of 223.33º 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 #474C59 is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 71 76 89 -
CMYK 0.20 0.15 0 0.65
HSL 223.33º 0.11% 0.31% -
HSV(B) 223.33º 0.2% 0.35% -
XYZ 6.99 7.23 10.48 -
YUV 75.99 135.34 124.44 -
System Red Green Blue C M Y K H S L
Decimal 71 76 89 0.20 0.15 0 0.65 223.33 0.11 0.31
Hex 47 4C 59 14 F 0 41 DF B 1F
Octal 107 114 131 24 17 0 101 337 13 37
Binary 1000111 1001100 1011001 10100 1111 0 1000001 11011111 1011 11111

Color Harmonies of #474C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474C59

Black with #474C59

Text Example


Text Example

White with #474C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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