#474B53

Color #474B53 Tuna (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tuna #474B53

Tints of Tuna #474B53

Color information

#474B53 (or 0x474B53) is unknown color: approx Tuna. HEX triplet: 47, 4B and 53. RGB value is (71,75,83). Sum of RGB (Red+Green+Blue) = 71+75+83=229 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.00% from 229); Green value is 75 (29.69% from 255 or 32.75% from 229); Blue value is 83 (32.81% from 255 or 36.24% from 229); Max value from RGB is 83 - color contains mainly: blue. Hex color #474B53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474B53 is #B8B4AC. Grayscale: #4A4A4A. Windows color (decimal): -12104877 or 5458759. OLE color: 5458759.

HSL color Cylindrical-coordinate representation of color #474B53: hue angle of 220º 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 #474B53 is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB717583-
CMYK0.140.1000.67
HSL220º7.79%30.2%-
HSV(B)220º14.46%32.55%-
XYZ6.6879.18-
YUV74.72132.67125.35-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.00%
GREEN value IS 75 (29.69% from 255) = 32.75%
BLUE value IS 83 (32.81% from 255) = 36.24%
R=31.00%
G=32.75%
B=36.24%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7175830.140.1000.672207.7930.2
Hex474B53EA043dc81e
Octal107113123161201033341036
Binary100011110010111010011111010100100001111011100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #474B53;
 }
 .AnyTagClassName
 {
   color: #474B53;
 }
</style>
background-color css

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

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

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

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

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

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