#468263

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

Shades of Como #468263

Tints of Como #468263

Color information

#468263 (or 0x468263) is unknown color: approx Como. HEX triplet: 46, 82 and 63. RGB value is (70,130,99). Sum of RGB (Red+Green+Blue) = 70+130+99=299 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.41% from 299); Green value is 130 (51.17% from 255 or 43.48% from 299); Blue value is 99 (39.06% from 255 or 33.11% from 299); Max value from RGB is 130 - color contains mainly: green. Hex color #468263 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468263 is #B97D9C. Grayscale: #6C6C6C. Windows color (decimal): -12156317 or 6521414. OLE color: 6521414.

HSL color Cylindrical-coordinate representation of color #468263: hue angle of 149º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #468263 is Cyan = 0.46, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB7013099-
CMYK0.4600.240.49
HSL149º30%39.22%-
HSV(B)149º46.15%50.98%-
XYZ12.7618.1714.64-
YUV108.53122.62100.52-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.41%
GREEN value IS 130 (51.17% from 255) = 43.48%
BLUE value IS 99 (39.06% from 255) = 33.11%
R=23.41%
G=43.48%
B=33.11%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal70130990.4600.240.491493039.22
Hex4682632E01831951e27
Octal10620214356030612253647
Binary10001101000001011000111011100110001100011001010111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468263; }

 p { color: rgb(70,130,99); }

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

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

 a { background-color: rgb(70,130,99); }

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

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

 span { border-color: rgb(70,130,99); }

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