#467456

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

Shades of Como #467456

Tints of Como #467456

Color information

#467456 (or 0x467456) is unknown color: approx Como. HEX triplet: 46, 74 and 56. RGB value is (70,116,86). Sum of RGB (Red+Green+Blue) = 70+116+86=272 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.74% from 272); Green value is 116 (45.70% from 255 or 42.65% from 272); Blue value is 86 (33.98% from 255 or 31.62% from 272); Max value from RGB is 116 - color contains mainly: green. Hex color #467456 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467456 is #B98BA9. Grayscale: #626262. Windows color (decimal): -12159914 or 5665862. OLE color: 5665862.

HSL color Cylindrical-coordinate representation of color #467456: hue angle of 140.87º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #467456 is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB7011686-
CMYK0.4000.260.55
HSL140.87º24.73%36.47%-
HSV(B)140.87º39.66%45.49%-
XYZ10.4514.4611.05-
YUV98.83120.76107.44-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.74%
GREEN value IS 116 (45.70% from 255) = 42.65%
BLUE value IS 86 (33.98% from 255) = 31.62%
R=25.74%
G=42.65%
B=31.62%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70116860.4000.260.55140.8724.7336.47
Hex4674562801A378d1924
Octal10616412650032672153144
Binary1000110111010010101101010000110101101111000110111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467456; }

 p { color: rgb(70,116,86); }

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

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

 a { background-color: rgb(70,116,86); }

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

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

 span { border-color: rgb(70,116,86); }

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