Html Css Color HEX #474C53 Tuna

📋 copy color: '#474C53'

red 71 ◦ green 76 ◦ blue 83

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

Shades of Tuna #474C53

Tints of Tuna #474C53

RGB

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

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

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

R = 30.87%
G = 33.04%
B = 36.09%

CMYK

 C value IS 0.14

 M value IS 0.08

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#474C53 (or 0x474C53) is known color: Tuna. HEX triplet: 47, 4C and 53. RGB value is (71,76,83). Sum of RGB (Red+Green+Blue) = 71+76+83=230 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.87% from 230); Green value is 76 (30.08% from 255 or 33.04% from 230); Blue value is 83 (32.81% from 255 or 36.09% from 230); Max value from RGB is 83 - color contains mainly: blue. Hex color #474C53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474C53 is #B8B3AC. Grayscale: #4B4B4B. Windows color (decimal): -12104621 or 5459015. OLE color: 5459015.

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

Color convert

RGB 71 76 83 -
CMYK 0.14 0.08 0 0.67
HSL 215º 0.08% 0.3% -
HSV(B) 215º 0.14% 0.33% -
XYZ 6.74 7.13 9.2 -
YUV 75.3 132.34 124.93 -
System Red Green Blue C M Y K H S L
Decimal 71 76 83 0.14 0.08 0 0.67 215 0.08 0.3
Hex 47 4C 53 E 8 0 43 D7 8 1E
Octal 107 114 123 16 10 0 103 327 10 36
Binary 1000111 1001100 1010011 1110 1000 0 1000011 11010111 1000 11110

Color Harmonies of #474C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474C53

Black with #474C53

Text Example


Text Example

White with #474C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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