#464D58

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

Shades of Tuna #464D58

Tints of Tuna #464D58

Color information

#464D58 (or 0x464D58) is unknown color: approx Tuna. HEX triplet: 46, 4D and 58. RGB value is (70,77,88). Sum of RGB (Red+Green+Blue) = 70+77+88=235 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.79% from 235); Green value is 77 (30.47% from 255 or 32.77% from 235); Blue value is 88 (34.77% from 255 or 37.45% from 235); Max value from RGB is 88 - color contains mainly: blue. Hex color #464D58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #464D58 is #B9B2A7. Grayscale: #4C4C4C. Windows color (decimal): -12169896 or 5786950. OLE color: 5786950.

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

Color convert

RGB707788-
CMYK0.200.1200.65
HSL216.67º11.39%30.98%-
HSV(B)216.67º20.45%34.51%-
XYZ6.947.3110.28-
YUV76.16134.68123.61-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.79%
GREEN value IS 77 (30.47% from 255) = 32.77%
BLUE value IS 88 (34.77% from 255) = 37.45%
R=29.79%
G=32.77%
B=37.45%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7077880.200.1200.65216.6711.3930.98
Hex464D5814C041d9b1f
Octal106115130241401013311337
Binary1000110100110110110001010011000100000111011001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,77,88); }

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

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

 a { background-color: rgb(70,77,88); }

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

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

 span { border-color: rgb(70,77,88); }

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