#488886

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

Shades of Paradiso #488886

Tints of Paradiso #488886

Color information

#488886 (or 0x488886) is unknown color: approx Paradiso. HEX triplet: 48, 88 and 86. RGB value is (72,136,134). Sum of RGB (Red+Green+Blue) = 72+136+134=342 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.05% from 342); Green value is 136 (53.52% from 255 or 39.77% from 342); Blue value is 134 (52.73% from 255 or 39.18% from 342); Max value from RGB is 136 - color contains mainly: green. Hex color #488886 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488886 is #B77779. Grayscale: #747474. Windows color (decimal): -12023674 or 8816712. OLE color: 8816712.

HSL color Cylindrical-coordinate representation of color #488886: hue angle of 178.12º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #488886 is Cyan = 0.47, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB72136134-
CMYK0.4700.010.47
HSL178.12º30.77%40.78%-
HSV(B)178.12º47.06%53.33%-
XYZ15.7820.7125.72-
YUV116.64137.896.16-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.05%
GREEN value IS 136 (53.52% from 255) = 39.77%
BLUE value IS 134 (52.73% from 255) = 39.18%
R=21.05%
G=39.77%
B=39.18%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal721361340.4700.010.47178.1230.7740.78
Hex4888862F012Fb21f29
Octal1102102065701572623751
Binary10010001000100010000110101111011011111011001011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488886; }

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

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

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

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

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

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

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

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