#488664

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

Shades of Como #488664

Tints of Como #488664

Color information

#488664 (or 0x488664) is unknown color: approx Como. HEX triplet: 48, 86 and 64. RGB value is (72,134,100). Sum of RGB (Red+Green+Blue) = 72+134+100=306 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.53% from 306); Green value is 134 (52.73% from 255 or 43.79% from 306); Blue value is 100 (39.45% from 255 or 32.68% from 306); Max value from RGB is 134 - color contains mainly: green. Hex color #488664 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488664 is #B7799B. Grayscale: #6F6F6F. Windows color (decimal): -12024220 or 6587976. OLE color: 6587976.

HSL color Cylindrical-coordinate representation of color #488664: hue angle of 147.1º 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 #488664 is Cyan = 0.46, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB72134100-
CMYK0.4600.250.47
HSL147.1º30.1%40.39%-
HSV(B)147.1º46.27%52.55%-
XYZ13.519.3515.08-
YUV111.59121.4699.76-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.53%
GREEN value IS 134 (52.73% from 255) = 43.79%
BLUE value IS 100 (39.45% from 255) = 32.68%
R=23.53%
G=43.79%
B=32.68%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal721341000.4600.250.47147.130.140.39
Hex4886642E0192F931e28
Octal11020614456031572233650
Binary10010001000011011001001011100110011011111001001111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488664; }

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

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

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

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

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

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

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

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