#464F5D

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

Shades of Tuna #464F5D

Tints of Tuna #464F5D

Color information

#464F5D (or 0x464F5D) is unknown color: approx Tuna. HEX triplet: 46, 4F and 5D. RGB value is (70,79,93). Sum of RGB (Red+Green+Blue) = 70+79+93=242 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.93% from 242); Green value is 79 (31.25% from 255 or 32.64% from 242); Blue value is 93 (36.72% from 255 or 38.43% from 242); Max value from RGB is 93 - color contains mainly: blue. Hex color #464F5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #464F5D is #B9B0A2. Grayscale: #4D4D4D. Windows color (decimal): -12169379 or 6115142. OLE color: 6115142.

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

Color convert

RGB707993-
CMYK0.250.1500.64
HSL216.52º14.11%31.96%-
HSV(B)216.52º24.73%36.47%-
XYZ7.37.6811.45-
YUV77.9136.52122.36-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.93%
GREEN value IS 79 (31.25% from 255) = 32.64%
BLUE value IS 93 (36.72% from 255) = 38.43%
R=28.93%
G=32.64%
B=38.43%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7079930.250.1500.64216.5214.1131.96
Hex464F5D19F040d9e20
Octal106117135311701003311640
Binary10001101001111101110111001111101000000110110011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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