#464952

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

Shades of Tuna #464952

Tints of Tuna #464952

Color information

#464952 (or 0x464952) is unknown color: approx Tuna. HEX triplet: 46, 49 and 52. RGB value is (70,73,82). Sum of RGB (Red+Green+Blue) = 70+73+82=225 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.11% from 225); Green value is 73 (28.91% from 255 or 32.44% from 225); Blue value is 82 (32.42% from 255 or 36.44% from 225); Max value from RGB is 82 - color contains mainly: blue. Hex color #464952 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464952 is #B9B6AD. Grayscale: #494949. Windows color (decimal): -12170926 or 5392710. OLE color: 5392710.

HSL color Cylindrical-coordinate representation of color #464952: hue angle of 225º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #464952 is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB707382-
CMYK0.150.1100.68
HSL225º7.89%29.8%-
HSV(B)225º14.63%32.16%-
XYZ6.436.688.93-
YUV73.13133.01125.77-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.11%
GREEN value IS 73 (28.91% from 255) = 32.44%
BLUE value IS 82 (32.42% from 255) = 36.44%
R=31.11%
G=32.44%
B=36.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7073820.150.1100.682257.8929.8
Hex464952FB044e181e
Octal106111122171301043411036
Binary100011010010011010010111110110100010011100001100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464952; }

 p { color: rgb(70,73,82); }

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

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

 a { background-color: rgb(70,73,82); }

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

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

 span { border-color: rgb(70,73,82); }

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