#48808A

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

Shades of Paradiso #48808A

Tints of Paradiso #48808A

Color information

#48808A (or 0x48808A) is unknown color: approx Paradiso. HEX triplet: 48, 80 and 8A. RGB value is (72,128,138). Sum of RGB (Red+Green+Blue) = 72+128+138=338 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.30% from 338); Green value is 128 (50.39% from 255 or 37.87% from 338); Blue value is 138 (54.30% from 255 or 40.83% from 338); Max value from RGB is 138 - color contains mainly: blue. Hex color #48808A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48808A is #B77F75. Grayscale: #707070. Windows color (decimal): -12025718 or 9076808. OLE color: 9076808.

HSL color Cylindrical-coordinate representation of color #48808A: hue angle of 189.09º 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 #48808A is Cyan = 0.48, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB72128138-
CMYK0.480.0700.46
HSL189.09º31.43%41.18%-
HSV(B)189.09º47.83%54.12%-
XYZ14.9818.6526.86-
YUV112.4142.4599.19-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.30%
GREEN value IS 128 (50.39% from 255) = 37.87%
BLUE value IS 138 (54.30% from 255) = 40.83%
R=21.30%
G=37.87%
B=40.83%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal721281380.480.0700.46189.0931.4341.18
Hex48808A30702Ebd1f29
Octal1102002126070562753751
Binary1001000100000001000101011000011101011101011110111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48808A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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