Html Css Color HEX #464D57 Tuna

📋 copy color: '#464D57'

red 70 ◦ green 77 ◦ blue 87

#464D57
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tuna #464D57

Tints of Tuna #464D57

RGB

 RED value IS 70 (27.73% from 255) = 29.91%

 GREEN value IS 77 (30.47% from 255) = 32.91%

 BLUE value IS 87 (34.38% from 255) = 37.18%

R = 29.91%
G = 32.91%
B = 37.18%

CMYK

 C value IS 0.20

 M value IS 0.11

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#464D57 (or 0x464D57) is known color: Tuna. HEX triplet: 46, 4D and 57. RGB value is (70,77,87). Sum of RGB (Red+Green+Blue) = 70+77+87=234 (30% of max value = 765). Red value is 70 (27.73% from 255 or 29.91% from 234); Green value is 77 (30.47% from 255 or 32.91% from 234); Blue value is 87 (34.38% from 255 or 37.18% from 234); Max value from RGB is 87 - color contains mainly: blue. Hex color #464D57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #464D57 is #B9B2A8. Grayscale: #4C4C4C. Windows color (decimal): -12169897 or 5721414. OLE color: 5721414.

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

Color convert

RGB 70 77 87 -
CMYK 0.20 0.11 0 0.66
HSL 215.29º 0.11% 0.31% -
HSV(B) 215.29º 0.2% 0.34% -
XYZ 6.9 7.3 10.06 -
YUV 76.05 134.18 123.69 -
System Red Green Blue C M Y K H S L
Decimal 70 77 87 0.20 0.11 0 0.66 215.29 0.11 0.31
Hex 46 4D 57 14 B 0 42 D7 B 1F
Octal 106 115 127 24 13 0 102 327 13 37
Binary 1000110 1001101 1010111 10100 1011 0 1000010 11010111 1011 11111

Color Harmonies of #464D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464D57

Black with #464D57

Text Example


Text Example

White with #464D57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #464D57;
 }
 .AnyTagClassName
 {
   color: #464D57;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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