Html Css Color HEX #464D59 Tuna

📋 copy color: '#464D59'

red 70 ◦ green 77 ◦ blue 89

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

Shades of Tuna #464D59

Tints of Tuna #464D59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 37.71%

R = 29.66%
G = 32.63%
B = 37.71%

CMYK

 C value IS 0.21

 M value IS 0.13

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#464D59 (or 0x464D59) is known color: Tuna. HEX triplet: 46, 4D and 59. RGB value is (70,77,89). Sum of RGB (Red+Green+Blue) = 70+77+89=236 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.66% from 236); Green value is 77 (30.47% from 255 or 32.63% from 236); Blue value is 89 (35.16% from 255 or 37.71% from 236); Max value from RGB is 89 - color contains mainly: blue. Hex color #464D59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #464D59 is #B9B2A6. Grayscale: #4C4C4C. Windows color (decimal): -12169895 or 5852486. OLE color: 5852486.

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

Color convert

RGB 70 77 89 -
CMYK 0.21 0.13 0 0.65
HSL 217.89º 0.12% 0.31% -
HSV(B) 217.89º 0.21% 0.35% -
XYZ 6.98 7.33 10.5 -
YUV 76.28 135.18 123.52 -
System Red Green Blue C M Y K H S L
Decimal 70 77 89 0.21 0.13 0 0.65 217.89 0.12 0.31
Hex 46 4D 59 15 D 0 41 DA C 1F
Octal 106 115 131 25 15 0 101 332 14 37
Binary 1000110 1001101 1011001 10101 1101 0 1000001 11011010 1100 11111

Color Harmonies of #464D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464D59

Black with #464D59

Text Example


Text Example

White with #464D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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