Html Css Color HEX #474C51 Tuna

📋 copy color: '#474C51'

red 71 ◦ green 76 ◦ blue 81

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

Shades of Tuna #474C51

Tints of Tuna #474C51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 35.53%

R = 31.14%
G = 33.33%
B = 35.53%

CMYK

 C value IS 0.12

 M value IS 0.06

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#474C51 (or 0x474C51) is known color: Tuna. HEX triplet: 47, 4C and 51. RGB value is (71,76,81). Sum of RGB (Red+Green+Blue) = 71+76+81=228 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.14% from 228); Green value is 76 (30.08% from 255 or 33.33% from 228); Blue value is 81 (32.03% from 255 or 35.53% from 228); Max value from RGB is 81 - color contains mainly: blue. Hex color #474C51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474C51 is #B8B3AE. Grayscale: #4B4B4B. Windows color (decimal): -12104623 or 5327943. OLE color: 5327943.

HSL color Cylindrical-coordinate representation of color #474C51: hue angle of 210º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #474C51 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 71 76 81 -
CMYK 0.12 0.06 0 0.68
HSL 210º 0.07% 0.3% -
HSV(B) 210º 0.12% 0.32% -
XYZ 6.67 7.1 8.8 -
YUV 75.08 131.34 125.09 -
System Red Green Blue C M Y K H S L
Decimal 71 76 81 0.12 0.06 0 0.68 210 0.07 0.3
Hex 47 4C 51 C 6 0 44 D2 7 1E
Octal 107 114 121 14 6 0 104 322 7 36
Binary 1000111 1001100 1010001 1100 110 0 1000100 11010010 111 11110

Color Harmonies of #474C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474C51

Black with #474C51

Text Example


Text Example

White with #474C51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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