Html Css Color HEX #474A52 Tuna

📋 copy color: '#474A52'

red 71 ◦ green 74 ◦ blue 82

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

Shades of Tuna #474A52

Tints of Tuna #474A52

RGB

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

 GREEN value IS 74 (29.3% from 255) = 32.6%

 BLUE value IS 82 (32.42% from 255) = 36.12%

R = 31.28%
G = 32.6%
B = 36.12%

CMYK

 C value IS 0.13

 M value IS 0.10

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#474A52 (or 0x474A52) is known color: Tuna. HEX triplet: 47, 4A and 52. RGB value is (71,74,82). Sum of RGB (Red+Green+Blue) = 71+74+82=227 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.28% from 227); Green value is 74 (29.30% from 255 or 32.60% from 227); Blue value is 82 (32.42% from 255 or 36.12% from 227); Max value from RGB is 82 - color contains mainly: blue. Hex color #474A52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474A52 is #B8B5AD. Grayscale: #494949. Windows color (decimal): -12105134 or 5392967. OLE color: 5392967.

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

Color convert

RGB 71 74 82 -
CMYK 0.13 0.10 0 0.68
HSL 223.64º 0.07% 0.3% -
HSV(B) 223.64º 0.13% 0.32% -
XYZ 6.57 6.85 8.96 -
YUV 74.02 132.51 125.85 -
System Red Green Blue C M Y K H S L
Decimal 71 74 82 0.13 0.10 0 0.68 223.64 0.07 0.3
Hex 47 4A 52 D A 0 44 E0 7 1E
Octal 107 112 122 15 12 0 104 340 7 36
Binary 1000111 1001010 1010010 1101 1010 0 1000100 11100000 111 11110

Color Harmonies of #474A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474A52

Black with #474A52

Text Example


Text Example

White with #474A52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,74,82); }

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

background-color css

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

 a { background-color: rgb(71,74,82); }

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

border-color css

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

 span { border-color: rgb(71,74,82); }

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