#487F88

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

Shades of Paradiso #487F88

Tints of Paradiso #487F88

Color information

#487F88 (or 0x487F88) is unknown color: approx Paradiso. HEX triplet: 48, 7F and 88. RGB value is (72,127,136). Sum of RGB (Red+Green+Blue) = 72+127+136=335 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.49% from 335); Green value is 127 (50% from 255 or 37.91% from 335); Blue value is 136 (53.52% from 255 or 40.60% from 335); Max value from RGB is 136 - color contains mainly: blue. Hex color #487F88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487F88 is #B78077. Grayscale: #6F6F6F. Windows color (decimal): -12025976 or 8945480. OLE color: 8945480.

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

Color convert

RGB72127136-
CMYK0.470.0700.47
HSL188.44º30.77%40.78%-
HSV(B)188.44º47.06%53.33%-
XYZ14.7118.3326.06-
YUV111.58141.7899.77-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.49%
GREEN value IS 127 (50% from 255) = 37.91%
BLUE value IS 136 (53.52% from 255) = 40.60%
R=21.49%
G=37.91%
B=40.60%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal721271360.470.0700.47188.4430.7740.78
Hex487F882F702Fbc1f29
Octal1101772105770572743751
Binary100100011111111000100010111111101011111011110011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487F88; }

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

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

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

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

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

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

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

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