#464E5A

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

Shades of Tuna #464E5A

Tints of Tuna #464E5A

Color information

#464E5A (or 0x464E5A) is unknown color: approx Tuna. HEX triplet: 46, 4E and 5A. RGB value is (70,78,90). Sum of RGB (Red+Green+Blue) = 70+78+90=238 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.41% from 238); Green value is 78 (30.86% from 255 or 32.77% from 238); Blue value is 90 (35.55% from 255 or 37.82% from 238); Max value from RGB is 90 - color contains mainly: blue. Hex color #464E5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #464E5A is #B9B1A5. Grayscale: #4C4C4C. Windows color (decimal): -12169638 or 5918278. OLE color: 5918278.

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

Color convert

RGB707890-
CMYK0.220.1300.65
HSL216º12.5%31.37%-
HSV(B)216º22.22%35.29%-
XYZ7.17.4910.74-
YUV76.98135.35123.02-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.41%
GREEN value IS 78 (30.86% from 255) = 32.77%
BLUE value IS 90 (35.55% from 255) = 37.82%
R=29.41%
G=32.77%
B=37.82%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7078900.220.1300.6521612.531.37
Hex464E5A16D041d8c1f
Octal106116132261501013301437
Binary1000110100111010110101011011010100000111011000110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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