#487F8A

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

Shades of Paradiso #487F8A

Tints of Paradiso #487F8A

Color information

#487F8A (or 0x487F8A) is unknown color: approx Paradiso. HEX triplet: 48, 7F and 8A. RGB value is (72,127,138). Sum of RGB (Red+Green+Blue) = 72+127+138=337 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.36% from 337); Green value is 127 (50% from 255 or 37.69% from 337); Blue value is 138 (54.30% from 255 or 40.95% from 337); Max value from RGB is 138 - color contains mainly: blue. Hex color #487F8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487F8A is #B78075. Grayscale: #6F6F6F. Windows color (decimal): -12025974 or 9076552. OLE color: 9076552.

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

Color convert

RGB72127138-
CMYK0.480.0800.46
HSL190º31.43%41.18%-
HSV(B)190º47.83%54.12%-
XYZ14.8518.3926.81-
YUV111.81142.7899.61-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.36%
GREEN value IS 127 (50% from 255) = 37.69%
BLUE value IS 138 (54.30% from 255) = 40.95%
R=21.36%
G=37.69%
B=40.95%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal721271380.480.0800.4619031.4341.18
Hex487F8A30802Ebe1f29
Octal11017721260100562763751
Binary1001000111111110001010110000100001011101011111011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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