#464B50

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

Shades of Tuna #464B50

Tints of Tuna #464B50

Color information

#464B50 (or 0x464B50) is unknown color: approx Tuna. HEX triplet: 46, 4B and 50. RGB value is (70,75,80). Sum of RGB (Red+Green+Blue) = 70+75+80=225 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.11% from 225); Green value is 75 (29.69% from 255 or 33.33% from 225); Blue value is 80 (31.64% from 255 or 35.56% from 225); Max value from RGB is 80 - color contains mainly: blue. Hex color #464B50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464B50 is #B9B4AF. Grayscale: #4A4A4A. Windows color (decimal): -12170416 or 5262150. OLE color: 5262150.

HSL color Cylindrical-coordinate representation of color #464B50: hue angle of 210º 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 #464B50 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB707580-
CMYK0.120.0600.69
HSL210º6.67%29.41%-
HSV(B)210º12.5%31.37%-
XYZ6.496.918.58-
YUV74.08131.34125.09-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.11%
GREEN value IS 75 (29.69% from 255) = 33.33%
BLUE value IS 80 (31.64% from 255) = 35.56%
R=31.11%
G=33.33%
B=35.56%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7075800.120.0600.692106.6729.41
Hex464B50C6045d271d
Octal1061131201460105322735
Binary1000110100101110100001100110010001011101001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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