Html Css Color HEX #464E51 Trout

📋 copy color: '#464E51'

red 70 ◦ green 78 ◦ blue 81

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

Shades of Trout #464E51

Tints of Trout #464E51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 35.37%

R = 30.57%
G = 34.06%
B = 35.37%

CMYK

 C value IS 0.14

 M value IS 0.04

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#464E51 (or 0x464E51) is known color: Trout. HEX triplet: 46, 4E and 51. RGB value is (70,78,81). Sum of RGB (Red+Green+Blue) = 70+78+81=229 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.57% from 229); Green value is 78 (30.86% from 255 or 34.06% from 229); Blue value is 81 (32.03% from 255 or 35.37% from 229); Max value from RGB is 81 - color contains mainly: blue. Hex color #464E51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #464E51 is #B9B1AE. Grayscale: #4B4B4B. Windows color (decimal): -12169647 or 5328454. OLE color: 5328454.

HSL color Cylindrical-coordinate representation of color #464E51: hue angle of 196.36º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #464E51 is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 70 78 81 -
CMYK 0.14 0.04 0 0.68
HSL 196.36º 0.07% 0.3% -
HSV(B) 196.36º 0.14% 0.32% -
XYZ 6.74 7.34 8.85 -
YUV 75.95 130.85 123.76 -
System Red Green Blue C M Y K H S L
Decimal 70 78 81 0.14 0.04 0 0.68 196.36 0.07 0.3
Hex 46 4E 51 E 4 0 44 C4 7 1E
Octal 106 116 121 16 4 0 104 304 7 36
Binary 1000110 1001110 1010001 1110 100 0 1000100 11000100 111 11110

Color Harmonies of #464E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464E51

Black with #464E51

Text Example


Text Example

White with #464E51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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