Html Css Color HEX #465055 Trout

📋 copy color: '#465055'

red 70 ◦ green 80 ◦ blue 85

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

Shades of Trout #465055

Tints of Trout #465055

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.04%

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

R = 29.79%
G = 34.04%
B = 36.17%

CMYK

 C value IS 0.18

 M value IS 0.06

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#465055 (or 0x465055) is known color: Trout. HEX triplet: 46, 50 and 55. RGB value is (70,80,85). Sum of RGB (Red+Green+Blue) = 70+80+85=235 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.79% from 235); Green value is 80 (31.64% from 255 or 34.04% from 235); Blue value is 85 (33.59% from 255 or 36.17% from 235); Max value from RGB is 85 - color contains mainly: blue. Hex color #465055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465055 is #B9AFAA. Grayscale: #4D4D4D. Windows color (decimal): -12169131 or 5591110. OLE color: 5591110.

HSL color Cylindrical-coordinate representation of color #465055: hue angle of 200º 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 #465055 is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 70 80 85 -
CMYK 0.18 0.06 0 0.67
HSL 200º 0.1% 0.3% -
HSV(B) 200º 0.18% 0.33% -
XYZ 7.03 7.7 9.71 -
YUV 77.58 132.19 122.59 -
System Red Green Blue C M Y K H S L
Decimal 70 80 85 0.18 0.06 0 0.67 200 0.1 0.3
Hex 46 50 55 12 6 0 43 C8 A 1E
Octal 106 120 125 22 6 0 103 310 12 36
Binary 1000110 1010000 1010101 10010 110 0 1000011 11001000 1010 11110

Color Harmonies of #465055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465055

Black with #465055

Text Example


Text Example

White with #465055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465055; }

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

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

background-color css

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

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

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

border-color css

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

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

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