#467C5A

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

Shades of Como #467C5A

Tints of Como #467C5A

Color information

#467C5A (or 0x467C5A) is unknown color: approx Como. HEX triplet: 46, 7C and 5A. RGB value is (70,124,90). Sum of RGB (Red+Green+Blue) = 70+124+90=284 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.65% from 284); Green value is 124 (48.83% from 255 or 43.66% from 284); Blue value is 90 (35.55% from 255 or 31.69% from 284); Max value from RGB is 124 - color contains mainly: green. Hex color #467C5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467C5A is #B983A5. Grayscale: #686868. Windows color (decimal): -12157862 or 5930054. OLE color: 5930054.

HSL color Cylindrical-coordinate representation of color #467C5A: hue angle of 142.22º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #467C5A is Cyan = 0.44, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.51.

Color convert

RGB7012490-
CMYK0.4400.270.51
HSL142.22º27.84%38.04%-
HSV(B)142.22º43.55%48.63%-
XYZ11.5816.4612.24-
YUV103.98120.11103.76-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.65%
GREEN value IS 124 (48.83% from 255) = 43.66%
BLUE value IS 90 (35.55% from 255) = 31.69%
R=24.65%
G=43.66%
B=31.69%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal70124900.4400.270.51142.2227.8438.04
Hex467C5A2C01B338e1c26
Octal10617413254033632163446
Binary1000110111110010110101011000110111100111000111011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467C5A; }

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

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

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

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

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

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

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

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