Html Css Color HEX #464D58 Tuna

📋 copy color: '#464D58'

red 70 ◦ green 77 ◦ blue 88

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

Shades of Tuna #464D58

Tints of Tuna #464D58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 37.45%

R = 29.79%
G = 32.77%
B = 37.45%

CMYK

 C value IS 0.20

 M value IS 0.12

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#464D58 (or 0x464D58) is known color: Tuna. HEX triplet: 46, 4D and 58. RGB value is (70,77,88). Sum of RGB (Red+Green+Blue) = 70+77+88=235 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.79% from 235); Green value is 77 (30.47% from 255 or 32.77% from 235); Blue value is 88 (34.77% from 255 or 37.45% from 235); Max value from RGB is 88 - color contains mainly: blue. Hex color #464D58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #464D58 is #B9B2A7. Grayscale: #4C4C4C. Windows color (decimal): -12169896 or 5786950. OLE color: 5786950.

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

Color convert

RGB 70 77 88 -
CMYK 0.20 0.12 0 0.65
HSL 216.67º 0.11% 0.31% -
HSV(B) 216.67º 0.2% 0.35% -
XYZ 6.94 7.31 10.28 -
YUV 76.16 134.68 123.61 -
System Red Green Blue C M Y K H S L
Decimal 70 77 88 0.20 0.12 0 0.65 216.67 0.11 0.31
Hex 46 4D 58 14 C 0 41 D9 B 1F
Octal 106 115 130 24 14 0 101 331 13 37
Binary 1000110 1001101 1011000 10100 1100 0 1000001 11011001 1011 11111

Color Harmonies of #464D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464D58

Black with #464D58

Text Example


Text Example

White with #464D58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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