#448587

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

Shades of Paradiso #448587

Tints of Paradiso #448587

Color information

#448587 (or 0x448587) is unknown color: approx Paradiso. HEX triplet: 44, 85 and 87. RGB value is (68,133,135). Sum of RGB (Red+Green+Blue) = 68+133+135=336 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.24% from 336); Green value is 133 (52.34% from 255 or 39.58% from 336); Blue value is 135 (53.12% from 255 or 40.18% from 336); Max value from RGB is 135 - color contains mainly: blue. Hex color #448587 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448587 is #BB7A78. Grayscale: #717171. Windows color (decimal): -12286585 or 8881476. OLE color: 8881476.

HSL color Cylindrical-coordinate representation of color #448587: hue angle of 181.79º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #448587 is Cyan = 0.50, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB68133135-
CMYK0.500.0100.47
HSL181.79º33%39.8%-
HSV(B)181.79º49.63%52.94%-
XYZ15.1419.7525.94-
YUV113.79139.9795.34-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.24%
GREEN value IS 133 (52.34% from 255) = 39.58%
BLUE value IS 135 (53.12% from 255) = 40.18%
R=20.24%
G=39.58%
B=40.18%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal681331350.500.0100.47181.793339.8
Hex44858732102Fb62128
Octal1042052076210572664150
Binary100010010000101100001111100101010111110110110100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448587; }

 p { color: rgb(68,133,135); }

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

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

 a { background-color: rgb(68,133,135); }

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

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

 span { border-color: rgb(68,133,135); }

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