#464B53

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

Shades of Tuna #464B53

Tints of Tuna #464B53

Color information

#464B53 (or 0x464B53) is unknown color: approx Tuna. HEX triplet: 46, 4B and 53. RGB value is (70,75,83). Sum of RGB (Red+Green+Blue) = 70+75+83=228 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.70% from 228); Green value is 75 (29.69% from 255 or 32.89% from 228); Blue value is 83 (32.81% from 255 or 36.40% from 228); Max value from RGB is 83 - color contains mainly: blue. Hex color #464B53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464B53 is #B9B4AC. Grayscale: #4A4A4A. Windows color (decimal): -12170413 or 5458758. OLE color: 5458758.

HSL color Cylindrical-coordinate representation of color #464B53: 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.16%. Process color model (Four color, CMYK) of #464B53 is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB707583-
CMYK0.160.1000.67
HSL216.92º8.5%30%-
HSV(B)216.92º15.66%32.55%-
XYZ6.66.969.18-
YUV74.42132.84124.85-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.70%
GREEN value IS 75 (29.69% from 255) = 32.89%
BLUE value IS 83 (32.81% from 255) = 36.40%
R=30.70%
G=32.89%
B=36.40%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7075830.160.1000.67216.928.530
Hex464B5310A043d981e
Octal106113123201201033311036
Binary1000110100101110100111000010100100001111011001100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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