Html Css Color HEX #474C54 Tuna

📋 copy color: '#474C54'

red 71 ◦ green 76 ◦ blue 84

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

Shades of Tuna #474C54

Tints of Tuna #474C54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 36.36%

R = 30.74%
G = 32.9%
B = 36.36%

CMYK

 C value IS 0.15

 M value IS 0.10

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#474C54 (or 0x474C54) is known color: Tuna. HEX triplet: 47, 4C and 54. RGB value is (71,76,84). Sum of RGB (Red+Green+Blue) = 71+76+84=231 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.74% from 231); Green value is 76 (30.08% from 255 or 32.90% from 231); Blue value is 84 (33.20% from 255 or 36.36% from 231); Max value from RGB is 84 - color contains mainly: blue. Hex color #474C54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474C54 is #B8B3AB. Grayscale: #4B4B4B. Windows color (decimal): -12104620 or 5524551. OLE color: 5524551.

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

Color convert

RGB 71 76 84 -
CMYK 0.15 0.10 0 0.67
HSL 216.92º 0.08% 0.3% -
HSV(B) 216.92º 0.15% 0.33% -
XYZ 6.78 7.15 9.41 -
YUV 75.42 132.84 124.85 -
System Red Green Blue C M Y K H S L
Decimal 71 76 84 0.15 0.10 0 0.67 216.92 0.08 0.3
Hex 47 4C 54 F A 0 43 D9 8 1E
Octal 107 114 124 17 12 0 103 331 10 36
Binary 1000111 1001100 1010100 1111 1010 0 1000011 11011001 1000 11110

Color Harmonies of #474C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474C54

Black with #474C54

Text Example


Text Example

White with #474C54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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