#46725C

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

Shades of Como #46725C

Tints of Como #46725C

Color information

#46725C (or 0x46725C) is unknown color: approx Como. HEX triplet: 46, 72 and 5C. RGB value is (70,114,92). Sum of RGB (Red+Green+Blue) = 70+114+92=276 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.36% from 276); Green value is 114 (44.92% from 255 or 41.30% from 276); Blue value is 92 (36.33% from 255 or 33.33% from 276); Max value from RGB is 114 - color contains mainly: green. Hex color #46725C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46725C is #B98DA3. Grayscale: #626262. Windows color (decimal): -12160420 or 6058566. OLE color: 6058566.

HSL color Cylindrical-coordinate representation of color #46725C: hue angle of 150º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #46725C is Cyan = 0.39, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB7011492-
CMYK0.3900.190.55
HSL150º23.91%36.08%-
HSV(B)150º38.6%44.71%-
XYZ10.4714.1112.3-
YUV98.34124.42107.79-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.36%
GREEN value IS 114 (44.92% from 255) = 41.30%
BLUE value IS 92 (36.33% from 255) = 33.33%
R=25.36%
G=41.30%
B=33.33%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70114920.3900.190.5515023.9136.08
Hex46725C2701337961824
Octal10616213447023672263044
Binary1000110111001010111001001110100111101111001011011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46725C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46725C; }

 p { color: rgb(70,114,92); }

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

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

 a { background-color: rgb(70,114,92); }

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

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

 span { border-color: rgb(70,114,92); }

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