#464C55

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

Shades of Tuna #464C55

Tints of Tuna #464C55

Color information

#464C55 (or 0x464C55) is unknown color: approx Tuna. HEX triplet: 46, 4C and 55. RGB value is (70,76,85). Sum of RGB (Red+Green+Blue) = 70+76+85=231 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.30% from 231); Green value is 76 (30.08% from 255 or 32.90% from 231); Blue value is 85 (33.59% from 255 or 36.80% from 231); Max value from RGB is 85 - color contains mainly: blue. Hex color #464C55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464C55 is #B9B3AA. Grayscale: #4B4B4B. Windows color (decimal): -12170155 or 5590086. OLE color: 5590086.

HSL color Cylindrical-coordinate representation of color #464C55: hue angle of 216º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #464C55 is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB707685-
CMYK0.180.1100.67
HSL216º9.68%30.39%-
HSV(B)216º17.65%33.33%-
XYZ6.757.139.61-
YUV75.23133.51124.27-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.30%
GREEN value IS 76 (30.08% from 255) = 32.90%
BLUE value IS 85 (33.59% from 255) = 36.80%
R=30.30%
G=32.90%
B=36.80%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7076850.180.1100.672169.6830.39
Hex464C5512B043d8a1e
Octal106114125221301033301236
Binary1000110100110010101011001010110100001111011000101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,76,85); }

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

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

 a { background-color: rgb(70,76,85); }

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

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

 span { border-color: rgb(70,76,85); }

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