#487B81

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

Shades of Paradiso #487B81

Tints of Paradiso #487B81

Color information

#487B81 (or 0x487B81) is unknown color: approx Paradiso. HEX triplet: 48, 7B and 81. RGB value is (72,123,129). Sum of RGB (Red+Green+Blue) = 72+123+129=324 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.22% from 324); Green value is 123 (48.44% from 255 or 37.96% from 324); Blue value is 129 (50.78% from 255 or 39.81% from 324); Max value from RGB is 129 - color contains mainly: blue. Hex color #487B81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487B81 is #B7847E. Grayscale: #6C6C6C. Windows color (decimal): -12027007 or 8485704. OLE color: 8485704.

HSL color Cylindrical-coordinate representation of color #487B81: hue angle of 186.32º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #487B81 is Cyan = 0.44, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB72123129-
CMYK0.440.0500.49
HSL186.32º28.36%39.41%-
HSV(B)186.32º44.19%50.59%-
XYZ13.7217.1323.35-
YUV108.43139.6102.01-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.22%
GREEN value IS 123 (48.44% from 255) = 37.96%
BLUE value IS 129 (50.78% from 255) = 39.81%
R=22.22%
G=37.96%
B=39.81%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal721231290.440.0500.49186.3228.3639.41
Hex487B812C5031ba1c27
Octal1101732015450612723447
Binary100100011110111000000110110010101100011011101011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,123,129); }

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

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

 a { background-color: rgb(72,123,129); }

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

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

 span { border-color: rgb(72,123,129); }

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