#48868A

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

Shades of Paradiso #48868A

Tints of Paradiso #48868A

Color information

#48868A (or 0x48868A) is unknown color: approx Paradiso. HEX triplet: 48, 86 and 8A. RGB value is (72,134,138). Sum of RGB (Red+Green+Blue) = 72+134+138=344 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.93% from 344); Green value is 134 (52.73% from 255 or 38.95% from 344); Blue value is 138 (54.30% from 255 or 40.12% from 344); Max value from RGB is 138 - color contains mainly: blue. Hex color #48868A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48868A is #B77975. Grayscale: #737373. Windows color (decimal): -12024182 or 9078344. OLE color: 9078344.

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

Color convert

RGB72134138-
CMYK0.480.0300.46
HSL183.64º31.43%41.18%-
HSV(B)183.64º47.83%54.12%-
XYZ15.7920.2627.12-
YUV115.92140.4696.67-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.93%
GREEN value IS 134 (52.73% from 255) = 38.95%
BLUE value IS 138 (54.30% from 255) = 40.12%
R=20.93%
G=38.95%
B=40.12%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal721341380.480.0300.46183.6431.4341.18
Hex48868A30302Eb81f29
Octal1102062126030562703751
Binary100100010000110100010101100001101011101011100011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48868A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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