#464B57

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

Shades of Tuna #464B57

Tints of Tuna #464B57

Color information

#464B57 (or 0x464B57) is unknown color: approx Tuna. HEX triplet: 46, 4B and 57. RGB value is (70,75,87). Sum of RGB (Red+Green+Blue) = 70+75+87=232 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.17% from 232); Green value is 75 (29.69% from 255 or 32.33% from 232); Blue value is 87 (34.38% from 255 or 37.5% from 232); Max value from RGB is 87 - color contains mainly: blue. Hex color #464B57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464B57 is #B9B4A8. Grayscale: #4A4A4A. Windows color (decimal): -12170409 or 5720902. OLE color: 5720902.

HSL color Cylindrical-coordinate representation of color #464B57: hue angle of 222.35º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #464B57 is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB707587-
CMYK0.200.1400.66
HSL222.35º10.83%30.78%-
HSV(B)222.35º19.54%34.12%-
XYZ6.767.0210.02-
YUV74.87134.84124.52-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.17%
GREEN value IS 75 (29.69% from 255) = 32.33%
BLUE value IS 87 (34.38% from 255) = 37.5%
R=30.17%
G=32.33%
B=37.5%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7075870.200.1400.66222.3510.8330.78
Hex464B5714E042deb1f
Octal106113127241601023361337
Binary1000110100101110101111010011100100001011011110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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