#467C5D

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

Shades of Como #467C5D

Tints of Como #467C5D

Color information

#467C5D (or 0x467C5D) is unknown color: approx Como. HEX triplet: 46, 7C and 5D. RGB value is (70,124,93). Sum of RGB (Red+Green+Blue) = 70+124+93=287 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.39% from 287); Green value is 124 (48.83% from 255 or 43.21% from 287); Blue value is 93 (36.72% from 255 or 32.40% from 287); Max value from RGB is 124 - color contains mainly: green. Hex color #467C5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467C5D is #B983A2. Grayscale: #686868. Windows color (decimal): -12157859 or 6126662. OLE color: 6126662.

HSL color Cylindrical-coordinate representation of color #467C5D: hue angle of 145.56º 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 #467C5D is Cyan = 0.44, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.51.

Color convert

RGB7012493-
CMYK0.4400.250.51
HSL145.56º27.84%38.04%-
HSV(B)145.56º43.55%48.63%-
XYZ11.7116.5112.93-
YUV104.32121.61103.52-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.39%
GREEN value IS 124 (48.83% from 255) = 43.21%
BLUE value IS 93 (36.72% from 255) = 32.40%
R=24.39%
G=43.21%
B=32.40%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal70124930.4400.250.51145.5627.8438.04
Hex467C5D2C01933921c26
Octal10617413554031632223446
Binary1000110111110010111011011000110011100111001001011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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