#464E5B

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

Shades of Tuna #464E5B

Tints of Tuna #464E5B

Color information

#464E5B (or 0x464E5B) is unknown color: approx Tuna. HEX triplet: 46, 4E and 5B. RGB value is (70,78,91). Sum of RGB (Red+Green+Blue) = 70+78+91=239 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.29% from 239); Green value is 78 (30.86% from 255 or 32.64% from 239); Blue value is 91 (35.94% from 255 or 38.08% from 239); Max value from RGB is 91 - color contains mainly: blue. Hex color #464E5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #464E5B is #B9B1A4. Grayscale: #4D4D4D. Windows color (decimal): -12169637 or 5983814. OLE color: 5983814.

HSL color Cylindrical-coordinate representation of color #464E5B: hue angle of 217.14º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #464E5B is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB707891-
CMYK0.230.1400.64
HSL217.14º13.04%31.57%-
HSV(B)217.14º23.08%35.69%-
XYZ7.147.5110.97-
YUV77.09135.85122.94-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.29%
GREEN value IS 78 (30.86% from 255) = 32.64%
BLUE value IS 91 (35.94% from 255) = 38.08%
R=29.29%
G=32.64%
B=38.08%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7078910.230.1400.64217.1413.0431.57
Hex464E5B17E040d9d20
Octal106116133271601003311540
Binary10001101001110101101110111111001000000110110011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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