#464B56

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

Shades of Tuna #464B56

Tints of Tuna #464B56

Color information

#464B56 (or 0x464B56) is unknown color: approx Tuna. HEX triplet: 46, 4B and 56. RGB value is (70,75,86). Sum of RGB (Red+Green+Blue) = 70+75+86=231 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.30% from 231); Green value is 75 (29.69% from 255 or 32.47% from 231); Blue value is 86 (33.98% from 255 or 37.23% from 231); Max value from RGB is 86 - color contains mainly: blue. Hex color #464B56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464B56 is #B9B4A9. Grayscale: #4A4A4A. Windows color (decimal): -12170410 or 5655366. OLE color: 5655366.

HSL color Cylindrical-coordinate representation of color #464B56: hue angle of 221.25º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #464B56 is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB707586-
CMYK0.190.1300.66
HSL221.25º10.26%30.59%-
HSV(B)221.25º18.6%33.73%-
XYZ6.727.019.8-
YUV74.76134.34124.61-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.30%
GREEN value IS 75 (29.69% from 255) = 32.47%
BLUE value IS 86 (33.98% from 255) = 37.23%
R=30.30%
G=32.47%
B=37.23%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7075860.190.1300.66221.2510.2630.59
Hex464B5613D042dda1f
Octal106113126231501023351237
Binary1000110100101110101101001111010100001011011101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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