#467461

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

Shades of Como #467461

Tints of Como #467461

Color information

#467461 (or 0x467461) is unknown color: approx Como. HEX triplet: 46, 74 and 61. RGB value is (70,116,97). Sum of RGB (Red+Green+Blue) = 70+116+97=283 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.73% from 283); Green value is 116 (45.70% from 255 or 40.99% from 283); Blue value is 97 (38.28% from 255 or 34.28% from 283); Max value from RGB is 116 - color contains mainly: green. Hex color #467461 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467461 is #B98B9E. Grayscale: #646464. Windows color (decimal): -12159903 or 6386758. OLE color: 6386758.

HSL color Cylindrical-coordinate representation of color #467461: hue angle of 155.22º 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 #467461 is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB7011697-
CMYK0.4000.160.55
HSL155.22º24.73%36.47%-
HSV(B)155.22º39.66%45.49%-
XYZ10.9314.6613.56-
YUV100.08126.26106.54-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.73%
GREEN value IS 116 (45.70% from 255) = 40.99%
BLUE value IS 97 (38.28% from 255) = 34.28%
R=24.73%
G=40.99%
B=34.28%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70116970.4000.160.55155.2224.7336.47
Hex46746128010379b1924
Octal10616414150020672333144
Binary1000110111010011000011010000100001101111001101111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467461; }

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

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

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

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

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

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

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

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