#48808C

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

Shades of Paradiso #48808C

Tints of Paradiso #48808C

Color information

#48808C (or 0x48808C) is unknown color: approx Paradiso. HEX triplet: 48, 80 and 8C. RGB value is (72,128,140). Sum of RGB (Red+Green+Blue) = 72+128+140=340 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.18% from 340); Green value is 128 (50.39% from 255 or 37.65% from 340); Blue value is 140 (55.08% from 255 or 41.18% from 340); Max value from RGB is 140 - color contains mainly: blue. Hex color #48808C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48808C is #B77F73. Grayscale: #707070. Windows color (decimal): -12025716 or 9207880. OLE color: 9207880.

HSL color Cylindrical-coordinate representation of color #48808C: hue angle of 190.59º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #48808C is Cyan = 0.49, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB72128140-
CMYK0.490.0900.45
HSL190.59º32.08%41.57%-
HSV(B)190.59º48.57%54.9%-
XYZ15.1318.7127.63-
YUV112.62143.4599.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.18%
GREEN value IS 128 (50.39% from 255) = 37.65%
BLUE value IS 140 (55.08% from 255) = 41.18%
R=21.18%
G=37.65%
B=41.18%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal721281400.490.0900.45190.5932.0841.57
Hex48808C31902Dbf202a
Octal11020021461110552774052
Binary100100010000000100011001100011001010110110111111100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48808C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48808C; }

 p { color: rgb(72,128,140); }

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

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

 a { background-color: rgb(72,128,140); }

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

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

 span { border-color: rgb(72,128,140); }

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