#48868D

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

Shades of Paradiso #48868D

Tints of Paradiso #48868D

Color information

#48868D (or 0x48868D) is unknown color: approx Paradiso. HEX triplet: 48, 86 and 8D. RGB value is (72,134,141). Sum of RGB (Red+Green+Blue) = 72+134+141=347 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.75% from 347); Green value is 134 (52.73% from 255 or 38.62% from 347); Blue value is 141 (55.47% from 255 or 40.63% from 347); Max value from RGB is 141 - color contains mainly: blue. Hex color #48868D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48868D is #B77972. Grayscale: #747474. Windows color (decimal): -12024179 or 9274952. OLE color: 9274952.

HSL color Cylindrical-coordinate representation of color #48868D: hue angle of 186.09º 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 #48868D is Cyan = 0.49, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB72134141-
CMYK0.490.0500.45
HSL186.09º32.39%41.76%-
HSV(B)186.09º48.94%55.29%-
XYZ16.0120.3528.28-
YUV116.26141.9696.43-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.75%
GREEN value IS 134 (52.73% from 255) = 38.62%
BLUE value IS 141 (55.47% from 255) = 40.63%
R=20.75%
G=38.62%
B=40.63%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal721341410.490.0500.45186.0932.3941.76
Hex48868D31502Dba202a
Octal1102062156150552724052
Binary10010001000011010001101110001101010110110111010100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48868D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48868D; }

 p { color: rgb(72,134,141); }

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

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

 a { background-color: rgb(72,134,141); }

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

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

 span { border-color: rgb(72,134,141); }

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