#48868F

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

Shades of Paradiso #48868F

Tints of Paradiso #48868F

Color information

#48868F (or 0x48868F) is unknown color: approx Paradiso. HEX triplet: 48, 86 and 8F. RGB value is (72,134,143). Sum of RGB (Red+Green+Blue) = 72+134+143=349 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.63% from 349); Green value is 134 (52.73% from 255 or 38.40% from 349); Blue value is 143 (56.25% from 255 or 40.97% from 349); Max value from RGB is 143 - color contains mainly: blue. Hex color #48868F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48868F is #B77970. Grayscale: #747474. Windows color (decimal): -12024177 or 9406024. OLE color: 9406024.

HSL color Cylindrical-coordinate representation of color #48868F: hue angle of 187.61º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #48868F is Cyan = 0.50, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB72134143-
CMYK0.500.0600.44
HSL187.61º33.02%42.16%-
HSV(B)187.61º49.65%56.08%-
XYZ16.1620.4129.07-
YUV116.49142.9696.27-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.63%
GREEN value IS 134 (52.73% from 255) = 38.40%
BLUE value IS 143 (56.25% from 255) = 40.97%
R=20.63%
G=38.40%
B=40.97%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal721341430.500.0600.44187.6133.0242.16
Hex48868F32602Cbc212a
Octal1102062176260542744152
Binary10010001000011010001111110010110010110010111100100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48868F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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