#464B58

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

Shades of Tuna #464B58

Tints of Tuna #464B58

Color information

#464B58 (or 0x464B58) is unknown color: approx Tuna. HEX triplet: 46, 4B and 58. RGB value is (70,75,88). Sum of RGB (Red+Green+Blue) = 70+75+88=233 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.04% from 233); Green value is 75 (29.69% from 255 or 32.19% from 233); Blue value is 88 (34.77% from 255 or 37.77% from 233); Max value from RGB is 88 - color contains mainly: blue. Hex color #464B58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464B58 is #B9B4A7. Grayscale: #4A4A4A. Windows color (decimal): -12170408 or 5786438. OLE color: 5786438.

HSL color Cylindrical-coordinate representation of color #464B58: hue angle of 223.33º 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 #464B58 is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB707588-
CMYK0.200.1500.65
HSL223.33º11.39%30.98%-
HSV(B)223.33º20.45%34.51%-
XYZ6.87.0410.23-
YUV74.99135.34124.44-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.04%
GREEN value IS 75 (29.69% from 255) = 32.19%
BLUE value IS 88 (34.77% from 255) = 37.77%
R=30.04%
G=32.19%
B=37.77%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7075880.200.1500.65223.3311.3930.98
Hex464B5814F041dfb1f
Octal106113130241701013371337
Binary1000110100101110110001010011110100000111011111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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