#464D5A

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

Shades of Tuna #464D5A

Tints of Tuna #464D5A

Color information

#464D5A (or 0x464D5A) is unknown color: approx Tuna. HEX triplet: 46, 4D and 5A. RGB value is (70,77,90). Sum of RGB (Red+Green+Blue) = 70+77+90=237 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.54% from 237); Green value is 77 (30.47% from 255 or 32.49% from 237); Blue value is 90 (35.55% from 255 or 37.97% from 237); Max value from RGB is 90 - color contains mainly: blue. Hex color #464D5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #464D5A is #B9B2A5. Grayscale: #4C4C4C. Windows color (decimal): -12169894 or 5918022. OLE color: 5918022.

HSL color Cylindrical-coordinate representation of color #464D5A: hue angle of 219º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #464D5A is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB707790-
CMYK0.220.1400.65
HSL219º12.5%31.37%-
HSV(B)219º22.22%35.29%-
XYZ7.037.3510.72-
YUV76.39135.68123.44-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.54%
GREEN value IS 77 (30.47% from 255) = 32.49%
BLUE value IS 90 (35.55% from 255) = 37.97%
R=29.54%
G=32.49%
B=37.97%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7077900.220.1400.6521912.531.37
Hex464D5A16E041dbc1f
Octal106115132261601013331437
Binary1000110100110110110101011011100100000111011011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,77,90); }

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

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

 a { background-color: rgb(70,77,90); }

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

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

 span { border-color: rgb(70,77,90); }

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