#44858C

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

Shades of Paradiso #44858C

Tints of Paradiso #44858C

Color information

#44858C (or 0x44858C) is unknown color: approx Paradiso. HEX triplet: 44, 85 and 8C. RGB value is (68,133,140). Sum of RGB (Red+Green+Blue) = 68+133+140=341 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.94% from 341); Green value is 133 (52.34% from 255 or 39.00% from 341); Blue value is 140 (55.08% from 255 or 41.06% from 341); Max value from RGB is 140 - color contains mainly: blue. Hex color #44858C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44858C is #BB7A73. Grayscale: #727272. Windows color (decimal): -12286580 or 9209156. OLE color: 9209156.

HSL color Cylindrical-coordinate representation of color #44858C: hue angle of 185.83º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #44858C is Cyan = 0.51, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB68133140-
CMYK0.510.0500.45
HSL185.83º34.62%40.78%-
HSV(B)185.83º51.43%54.9%-
XYZ15.5119.927.83-
YUV114.36142.4794.93-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.94%
GREEN value IS 133 (52.34% from 255) = 39.00%
BLUE value IS 140 (55.08% from 255) = 41.06%
R=19.94%
G=39.00%
B=41.06%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal681331400.510.0500.45185.8334.6240.78
Hex44858C33502Dba2329
Octal1042052146350552724351
Binary10001001000010110001100110011101010110110111010100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44858C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44858C; }

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

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

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

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

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

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

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

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