Html Css Color HEX #474B51 Tuna

📋 copy color: '#474B51'

red 71 ◦ green 75 ◦ blue 81

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

Shades of Tuna #474B51

Tints of Tuna #474B51

RGB

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

 GREEN value IS 75 (29.69% from 255) = 33.04%

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

R = 31.28%
G = 33.04%
B = 35.68%

CMYK

 C value IS 0.12

 M value IS 0.07

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#474B51 (or 0x474B51) is known color: Tuna. HEX triplet: 47, 4B and 51. RGB value is (71,75,81). Sum of RGB (Red+Green+Blue) = 71+75+81=227 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.28% from 227); Green value is 75 (29.69% from 255 or 33.04% from 227); Blue value is 81 (32.03% from 255 or 35.68% from 227); Max value from RGB is 81 - color contains mainly: blue. Hex color #474B51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474B51 is #B8B4AE. Grayscale: #4A4A4A. Windows color (decimal): -12104879 or 5327687. OLE color: 5327687.

HSL color Cylindrical-coordinate representation of color #474B51: hue angle of 216º 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 #474B51 is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 71 75 81 -
CMYK 0.12 0.07 0 0.68
HSL 216º 0.07% 0.3% -
HSV(B) 216º 0.12% 0.32% -
XYZ 6.6 6.97 8.78 -
YUV 74.49 131.67 125.51 -
System Red Green Blue C M Y K H S L
Decimal 71 75 81 0.12 0.07 0 0.68 216 0.07 0.3
Hex 47 4B 51 C 7 0 44 D8 7 1E
Octal 107 113 121 14 7 0 104 330 7 36
Binary 1000111 1001011 1010001 1100 111 0 1000100 11011000 111 11110

Color Harmonies of #474B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474B51

Black with #474B51

Text Example


Text Example

White with #474B51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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