#488285

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

Shades of Paradiso #488285

Tints of Paradiso #488285

Color information

#488285 (or 0x488285) is unknown color: approx Paradiso. HEX triplet: 48, 82 and 85. RGB value is (72,130,133). Sum of RGB (Red+Green+Blue) = 72+130+133=335 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.49% from 335); Green value is 130 (51.17% from 255 or 38.81% from 335); Blue value is 133 (52.34% from 255 or 39.70% from 335); Max value from RGB is 133 - color contains mainly: blue. Hex color #488285 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488285 is #B77D7A. Grayscale: #707070. Windows color (decimal): -12025211 or 8749640. OLE color: 8749640.

HSL color Cylindrical-coordinate representation of color #488285: hue angle of 182.95º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #488285 is Cyan = 0.46, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB72130133-
CMYK0.460.0200.48
HSL182.95º29.76%40.2%-
HSV(B)182.95º45.86%52.16%-
XYZ14.8919.0425.08-
YUV113139.2898.76-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.49%
GREEN value IS 130 (51.17% from 255) = 38.81%
BLUE value IS 133 (52.34% from 255) = 39.70%
R=21.49%
G=38.81%
B=39.70%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal721301330.460.0200.48182.9529.7640.2
Hex4882852E2030b71e28
Octal1102022055620602673650
Binary100100010000010100001011011101001100001011011111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488285; }

 p { color: rgb(72,130,133); }

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

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

 a { background-color: rgb(72,130,133); }

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

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

 span { border-color: rgb(72,130,133); }

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