#488663

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

Shades of Como #488663

Tints of Como #488663

Color information

#488663 (or 0x488663) is unknown color: approx Como. HEX triplet: 48, 86 and 63. RGB value is (72,134,99). Sum of RGB (Red+Green+Blue) = 72+134+99=305 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.61% from 305); Green value is 134 (52.73% from 255 or 43.93% from 305); Blue value is 99 (39.06% from 255 or 32.46% from 305); Max value from RGB is 134 - color contains mainly: green. Hex color #488663 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488663 is #B7799C. Grayscale: #6F6F6F. Windows color (decimal): -12024221 or 6522440. OLE color: 6522440.

HSL color Cylindrical-coordinate representation of color #488663: hue angle of 146.13º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #488663 is Cyan = 0.46, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB7213499-
CMYK0.4600.260.47
HSL146.13º30.1%40.39%-
HSV(B)146.13º46.27%52.55%-
XYZ13.4519.3314.83-
YUV111.47120.9699.85-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.61%
GREEN value IS 134 (52.73% from 255) = 43.93%
BLUE value IS 99 (39.06% from 255) = 32.46%
R=23.61%
G=43.93%
B=32.46%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal72134990.4600.260.47146.1330.140.39
Hex4886632E01A2F921e28
Octal11020614356032572223650
Binary10010001000011011000111011100110101011111001001011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488663; }

 p { color: rgb(72,134,99); }

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

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

 a { background-color: rgb(72,134,99); }

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

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

 span { border-color: rgb(72,134,99); }

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