#464A50

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

Shades of Tuna #464A50

Tints of Tuna #464A50

Color information

#464A50 (or 0x464A50) is unknown color: approx Tuna. HEX triplet: 46, 4A and 50. RGB value is (70,74,80). Sum of RGB (Red+Green+Blue) = 70+74+80=224 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.25% from 224); Green value is 74 (29.30% from 255 or 33.04% from 224); Blue value is 80 (31.64% from 255 or 35.71% from 224); Max value from RGB is 80 - color contains mainly: blue. Hex color #464A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464A50 is #B9B5AF. Grayscale: #494949. Windows color (decimal): -12170672 or 5261894. OLE color: 5261894.

HSL color Cylindrical-coordinate representation of color #464A50: hue angle of 216º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #464A50 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB707480-
CMYK0.120.0800.69
HSL216º6.67%29.41%-
HSV(B)216º12.5%31.37%-
XYZ6.426.788.56-
YUV73.49131.67125.51-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.25%
GREEN value IS 74 (29.30% from 255) = 33.04%
BLUE value IS 80 (31.64% from 255) = 35.71%
R=31.25%
G=33.04%
B=35.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7074800.120.0800.692166.6729.41
Hex464A50C8045d871d
Octal10611212014100105330735
Binary10001101001010101000011001000010001011101100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,74,80); }

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

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

 a { background-color: rgb(70,74,80); }

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

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

 span { border-color: rgb(70,74,80); }

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