#46545A

Color #46545A Trout (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trout #46545A

Tints of Trout #46545A

Color information

#46545A (or 0x46545A) is unknown color: approx Trout. HEX triplet: 46, 54 and 5A. RGB value is (70,84,90). Sum of RGB (Red+Green+Blue) = 70+84+90=244 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.69% from 244); Green value is 84 (33.20% from 255 or 34.43% from 244); Blue value is 90 (35.55% from 255 or 36.89% from 244); Max value from RGB is 90 - color contains mainly: blue. Hex color #46545A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46545A is #B9ABA5. Grayscale: #505050. Windows color (decimal): -12168102 or 5919814. OLE color: 5919814.

HSL color Cylindrical-coordinate representation of color #46545A: hue angle of 198º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #46545A is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB708490-
CMYK0.220.0700.65
HSL198º12.5%31.37%-
HSV(B)198º22.22%35.29%-
XYZ7.548.3810.89-
YUV80.5133.36120.51-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.69%
GREEN value IS 84 (33.20% from 255) = 34.43%
BLUE value IS 90 (35.55% from 255) = 36.89%
R=28.69%
G=34.43%
B=36.89%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7084900.220.0700.6519812.531.37
Hex46545A167041c6c1f
Octal10612413226701013061437
Binary100011010101001011010101101110100000111000110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46545A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46545A; }

 p { color: rgb(70,84,90); }

 H1.HeaderClassName
 {
   color: #46545A;
 }
 .AnyTagClassName
 {
   color: #46545A;
 }
</style>
background-color css

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

 a { background-color: rgb(70,84,90); }

 div.DivClassName
 {
   background-color: #46545A;
 }
 .BgClassName
 {
   background-color: #46545A;
 }
</style>
border-color css

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

 span { border-color: rgb(70,84,90); }

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