#487981

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

Shades of Paradiso #487981

Tints of Paradiso #487981

Color information

#487981 (or 0x487981) is unknown color: approx Paradiso. HEX triplet: 48, 79 and 81. RGB value is (72,121,129). Sum of RGB (Red+Green+Blue) = 72+121+129=322 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.36% from 322); Green value is 121 (47.66% from 255 or 37.58% from 322); Blue value is 129 (50.78% from 255 or 40.06% from 322); Max value from RGB is 129 - color contains mainly: blue. Hex color #487981 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487981 is #B7867E. Grayscale: #6B6B6B. Windows color (decimal): -12027519 or 8485192. OLE color: 8485192.

HSL color Cylindrical-coordinate representation of color #487981: hue angle of 188.42º 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 #487981 is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB72121129-
CMYK0.440.0600.49
HSL188.42º28.36%39.41%-
HSV(B)188.42º44.19%50.59%-
XYZ13.4716.6423.27-
YUV107.26140.27102.85-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.36%
GREEN value IS 121 (47.66% from 255) = 37.58%
BLUE value IS 129 (50.78% from 255) = 40.06%
R=22.36%
G=37.58%
B=40.06%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal721211290.440.0600.49188.4228.3639.41
Hex4879812C6031bc1c27
Octal1101712015460612743447
Binary100100011110011000000110110011001100011011110011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487981; }

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

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

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

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

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

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

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

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