#464C5A

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

Shades of Tuna #464C5A

Tints of Tuna #464C5A

Color information

#464C5A (or 0x464C5A) is unknown color: approx Tuna. HEX triplet: 46, 4C and 5A. RGB value is (70,76,90). Sum of RGB (Red+Green+Blue) = 70+76+90=236 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.66% from 236); Green value is 76 (30.08% from 255 or 32.20% from 236); Blue value is 90 (35.55% from 255 or 38.14% from 236); Max value from RGB is 90 - color contains mainly: blue. Hex color #464C5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464C5A is #B9B3A5. Grayscale: #4B4B4B. Windows color (decimal): -12170150 or 5917766. OLE color: 5917766.

HSL color Cylindrical-coordinate representation of color #464C5A: hue angle of 222º 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 #464C5A is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB707690-
CMYK0.220.1600.65
HSL222º12.5%31.37%-
HSV(B)222º22.22%35.29%-
XYZ6.967.2110.7-
YUV75.8136.01123.86-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.66%
GREEN value IS 76 (30.08% from 255) = 32.20%
BLUE value IS 90 (35.55% from 255) = 38.14%
R=29.66%
G=32.20%
B=38.14%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7076900.220.1600.6522212.531.37
Hex464C5A1610041dec1f
Octal106114132262001013361437
Binary10001101001100101101010110100000100000111011110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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