#464D5B

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

Shades of Tuna #464D5B

Tints of Tuna #464D5B

Color information

#464D5B (or 0x464D5B) is unknown color: approx Tuna. HEX triplet: 46, 4D and 5B. RGB value is (70,77,91). Sum of RGB (Red+Green+Blue) = 70+77+91=238 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.41% from 238); Green value is 77 (30.47% from 255 or 32.35% from 238); Blue value is 91 (35.94% from 255 or 38.24% from 238); Max value from RGB is 91 - color contains mainly: blue. Hex color #464D5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #464D5B is #B9B2A4. Grayscale: #4C4C4C. Windows color (decimal): -12169893 or 5983558. OLE color: 5983558.

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

Color convert

RGB707791-
CMYK0.230.1500.64
HSL220º13.04%31.57%-
HSV(B)220º23.08%35.69%-
XYZ7.077.3710.95-
YUV76.5136.18123.36-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.41%
GREEN value IS 77 (30.47% from 255) = 32.35%
BLUE value IS 91 (35.94% from 255) = 38.24%
R=29.41%
G=32.35%
B=38.24%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7077910.230.1500.6422013.0431.57
Hex464D5B17F040dcd20
Octal106115133271701003341540
Binary10001101001101101101110111111101000000110111001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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