Html Css Color HEX #464E57 Tuna

📋 copy color: '#464E57'

red 70 ◦ green 78 ◦ blue 87

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

Shades of Tuna #464E57

Tints of Tuna #464E57

RGB

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

 GREEN value IS 78 (30.86% from 255) = 33.19%

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

R = 29.79%
G = 33.19%
B = 37.02%

CMYK

 C value IS 0.20

 M value IS 0.10

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#464E57 (or 0x464E57) is known color: Tuna. HEX triplet: 46, 4E and 57. RGB value is (70,78,87). Sum of RGB (Red+Green+Blue) = 70+78+87=235 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.79% from 235); Green value is 78 (30.86% from 255 or 33.19% from 235); Blue value is 87 (34.38% from 255 or 37.02% from 235); Max value from RGB is 87 - color contains mainly: blue. Hex color #464E57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #464E57 is #B9B1A8. Grayscale: #4C4C4C. Windows color (decimal): -12169641 or 5721670. OLE color: 5721670.

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

Color convert

RGB 70 78 87 -
CMYK 0.20 0.10 0 0.66
HSL 211.76º 0.11% 0.31% -
HSV(B) 211.76º 0.2% 0.34% -
XYZ 6.97 7.44 10.09 -
YUV 76.63 133.85 123.27 -
System Red Green Blue C M Y K H S L
Decimal 70 78 87 0.20 0.10 0 0.66 211.76 0.11 0.31
Hex 46 4E 57 14 A 0 42 D4 B 1F
Octal 106 116 127 24 12 0 102 324 13 37
Binary 1000110 1001110 1010111 10100 1010 0 1000010 11010100 1011 11111

Color Harmonies of #464E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464E57

Black with #464E57

Text Example


Text Example

White with #464E57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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