#48838B

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

Shades of Paradiso #48838B

Tints of Paradiso #48838B

Color information

#48838B (or 0x48838B) is unknown color: approx Paradiso. HEX triplet: 48, 83 and 8B. RGB value is (72,131,139). Sum of RGB (Red+Green+Blue) = 72+131+139=342 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.05% from 342); Green value is 131 (51.56% from 255 or 38.30% from 342); Blue value is 139 (54.69% from 255 or 40.64% from 342); Max value from RGB is 139 - color contains mainly: blue. Hex color #48838B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48838B is #B77C74. Grayscale: #727272. Windows color (decimal): -12024949 or 9143112. OLE color: 9143112.

HSL color Cylindrical-coordinate representation of color #48838B: hue angle of 187.16º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #48838B is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB72131139-
CMYK0.480.0600.45
HSL187.16º31.75%41.37%-
HSV(B)187.16º48.2%54.51%-
XYZ15.4519.4727.37-
YUV114.27141.9597.85-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.05%
GREEN value IS 131 (51.56% from 255) = 38.30%
BLUE value IS 139 (54.69% from 255) = 40.64%
R=21.05%
G=38.30%
B=40.64%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal721311390.480.0600.45187.1631.7541.37
Hex48838B30602Dbb2029
Octal1102032136060552734051
Binary10010001000001110001011110000110010110110111011100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48838B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48838B; }

 p { color: rgb(72,131,139); }

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

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

 a { background-color: rgb(72,131,139); }

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

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

 span { border-color: rgb(72,131,139); }

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