#464F5B

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

Shades of Tuna #464F5B

Tints of Tuna #464F5B

Color information

#464F5B (or 0x464F5B) is unknown color: approx Tuna. HEX triplet: 46, 4F and 5B. RGB value is (70,79,91). Sum of RGB (Red+Green+Blue) = 70+79+91=240 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.17% from 240); Green value is 79 (31.25% from 255 or 32.92% from 240); Blue value is 91 (35.94% from 255 or 37.92% from 240); Max value from RGB is 91 - color contains mainly: blue. Hex color #464F5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #464F5B is #B9B0A4. Grayscale: #4D4D4D. Windows color (decimal): -12169381 or 5984070. OLE color: 5984070.

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

Color convert

RGB707991-
CMYK0.230.1300.64
HSL214.29º13.04%31.57%-
HSV(B)214.29º23.08%35.69%-
XYZ7.217.6510.99-
YUV77.68135.52122.52-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.17%
GREEN value IS 79 (31.25% from 255) = 32.92%
BLUE value IS 91 (35.94% from 255) = 37.92%
R=29.17%
G=32.92%
B=37.92%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7079910.230.1300.64214.2913.0431.57
Hex464F5B17D040d6d20
Octal106117133271501003261540
Binary10001101001111101101110111110101000000110101101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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