Html Css Color HEX #465155 Trout

📋 copy color: '#465155'

red 70 ◦ green 81 ◦ blue 85

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

Shades of Trout #465155

Tints of Trout #465155

RGB

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

 GREEN value IS 81 (32.03% from 255) = 34.32%

 BLUE value IS 85 (33.59% from 255) = 36.02%

R = 29.66%
G = 34.32%
B = 36.02%

CMYK

 C value IS 0.18

 M value IS 0.05

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#465155 (or 0x465155) is known color: Trout. HEX triplet: 46, 51 and 55. RGB value is (70,81,85). Sum of RGB (Red+Green+Blue) = 70+81+85=236 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.66% from 236); Green value is 81 (32.03% from 255 or 34.32% from 236); Blue value is 85 (33.59% from 255 or 36.02% from 236); Max value from RGB is 85 - color contains mainly: blue. Hex color #465155 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465155 is #B9AEAA. Grayscale: #4E4E4E. Windows color (decimal): -12168875 or 5591366. OLE color: 5591366.

HSL color Cylindrical-coordinate representation of color #465155: hue angle of 196º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #465155 is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 70 81 85 -
CMYK 0.18 0.05 0 0.67
HSL 196º 0.1% 0.3% -
HSV(B) 196º 0.18% 0.33% -
XYZ 7.11 7.84 9.73 -
YUV 78.17 131.86 122.17 -
System Red Green Blue C M Y K H S L
Decimal 70 81 85 0.18 0.05 0 0.67 196 0.1 0.3
Hex 46 51 55 12 5 0 43 C4 A 1E
Octal 106 121 125 22 5 0 103 304 12 36
Binary 1000110 1010001 1010101 10010 101 0 1000011 11000100 1010 11110

Color Harmonies of #465155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465155

Black with #465155

Text Example


Text Example

White with #465155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465155; }

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

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

background-color css

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

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

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

border-color css

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

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

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