#46825D

Color #46825D Como (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Como #46825D

Tints of Como #46825D

Color information

#46825D (or 0x46825D) is unknown color: approx Como. HEX triplet: 46, 82 and 5D. RGB value is (70,130,93). Sum of RGB (Red+Green+Blue) = 70+130+93=293 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.89% from 293); Green value is 130 (51.17% from 255 or 44.37% from 293); Blue value is 93 (36.72% from 255 or 31.74% from 293); Max value from RGB is 130 - color contains mainly: green. Hex color #46825D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46825D is #B97DA2. Grayscale: #6B6B6B. Windows color (decimal): -12156323 or 6128198. OLE color: 6128198.

HSL color Cylindrical-coordinate representation of color #46825D: hue angle of 143º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #46825D is Cyan = 0.46, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB7013093-
CMYK0.4600.280.49
HSL143º30%39.22%-
HSV(B)143º46.15%50.98%-
XYZ12.4818.0613.18-
YUV107.84119.62101.01-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.89%
GREEN value IS 130 (51.17% from 255) = 44.37%
BLUE value IS 93 (36.72% from 255) = 31.74%
R=23.89%
G=44.37%
B=31.74%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal70130930.4600.280.491433039.22
Hex46825D2E01C318f1e27
Octal10620213556034612173647
Binary10001101000001010111011011100111001100011000111111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46825D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46825D; }

 p { color: rgb(70,130,93); }

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

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

 a { background-color: rgb(70,130,93); }

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

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

 span { border-color: rgb(70,130,93); }

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