Html Css Color HEX #465256 Trout

📋 copy color: '#465256'

red 70 ◦ green 82 ◦ blue 86

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

Shades of Trout #465256

Tints of Trout #465256

RGB

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

 GREEN value IS 82 (32.42% from 255) = 34.45%

 BLUE value IS 86 (33.98% from 255) = 36.13%

R = 29.41%
G = 34.45%
B = 36.13%

CMYK

 C value IS 0.19

 M value IS 0.05

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#465256 (or 0x465256) is known color: Trout. HEX triplet: 46, 52 and 56. RGB value is (70,82,86). Sum of RGB (Red+Green+Blue) = 70+82+86=238 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.41% from 238); Green value is 82 (32.42% from 255 or 34.45% from 238); Blue value is 86 (33.98% from 255 or 36.13% from 238); Max value from RGB is 86 - color contains mainly: blue. Hex color #465256 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465256 is #B9ADA9. Grayscale: #4E4E4E. Windows color (decimal): -12168618 or 5657158. OLE color: 5657158.

HSL color Cylindrical-coordinate representation of color #465256: hue angle of 195º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #465256 is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 70 82 86 -
CMYK 0.19 0.05 0 0.66
HSL 195º 0.1% 0.31% -
HSV(B) 195º 0.19% 0.34% -
XYZ 7.22 8.01 9.97 -
YUV 78.87 132.02 121.67 -
System Red Green Blue C M Y K H S L
Decimal 70 82 86 0.19 0.05 0 0.66 195 0.1 0.31
Hex 46 52 56 13 5 0 42 C3 A 1F
Octal 106 122 126 23 5 0 102 303 12 37
Binary 1000110 1010010 1010110 10011 101 0 1000010 11000011 1010 11111

Color Harmonies of #465256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465256

Black with #465256

Text Example


Text Example

White with #465256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465256; }

 p { color: rgb(70,82,86); }

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

background-color css

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

 a { background-color: rgb(70,82,86); }

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

border-color css

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

 span { border-color: rgb(70,82,86); }

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