#467F5A

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

Shades of Como #467F5A

Tints of Como #467F5A

Color information

#467F5A (or 0x467F5A) is unknown color: approx Como. HEX triplet: 46, 7F and 5A. RGB value is (70,127,90). Sum of RGB (Red+Green+Blue) = 70+127+90=287 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.39% from 287); Green value is 127 (50% from 255 or 44.25% from 287); Blue value is 90 (35.55% from 255 or 31.36% from 287); Max value from RGB is 127 - color contains mainly: green. Hex color #467F5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467F5A is #B980A5. Grayscale: #696969. Windows color (decimal): -12157094 or 5930822. OLE color: 5930822.

HSL color Cylindrical-coordinate representation of color #467F5A: hue angle of 141.05º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #467F5A is Cyan = 0.45, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.50.

Color convert

RGB7012790-
CMYK0.4500.290.50
HSL141.05º28.93%38.63%-
HSV(B)141.05º44.88%49.8%-
XYZ11.9617.2212.37-
YUV105.74119.12102.51-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.39%
GREEN value IS 127 (50% from 255) = 44.25%
BLUE value IS 90 (35.55% from 255) = 31.36%
R=24.39%
G=44.25%
B=31.36%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal70127900.4500.290.50141.0528.9338.63
Hex467F5A2D01D328d1d27
Octal10617713255035622153547
Binary1000110111111110110101011010111011100101000110111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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