#487F89

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

Shades of Paradiso #487F89

Tints of Paradiso #487F89

Color information

#487F89 (or 0x487F89) is unknown color: approx Paradiso. HEX triplet: 48, 7F and 89. RGB value is (72,127,137). Sum of RGB (Red+Green+Blue) = 72+127+137=336 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.43% from 336); Green value is 127 (50% from 255 or 37.80% from 336); Blue value is 137 (53.91% from 255 or 40.77% from 336); Max value from RGB is 137 - color contains mainly: blue. Hex color #487F89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487F89 is #B78076. Grayscale: #6F6F6F. Windows color (decimal): -12025975 or 9011016. OLE color: 9011016.

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

Color convert

RGB72127137-
CMYK0.470.0700.46
HSL189.23º31.1%40.98%-
HSV(B)189.23º47.45%53.73%-
XYZ14.7818.3626.43-
YUV111.7142.2899.69-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.43%
GREEN value IS 127 (50% from 255) = 37.80%
BLUE value IS 137 (53.91% from 255) = 40.77%
R=21.43%
G=37.80%
B=40.77%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal721271370.470.0700.46189.2331.140.98
Hex487F892F702Ebd1f29
Octal1101772115770562753751
Binary100100011111111000100110111111101011101011110111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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