#44868C

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

Shades of Paradiso #44868C

Tints of Paradiso #44868C

Color information

#44868C (or 0x44868C) is unknown color: approx Paradiso. HEX triplet: 44, 86 and 8C. RGB value is (68,134,140). Sum of RGB (Red+Green+Blue) = 68+134+140=342 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.88% from 342); Green value is 134 (52.73% from 255 or 39.18% from 342); Blue value is 140 (55.08% from 255 or 40.94% from 342); Max value from RGB is 140 - color contains mainly: blue. Hex color #44868C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44868C is #BB7973. Grayscale: #727272. Windows color (decimal): -12286324 or 9209412. OLE color: 9209412.

HSL color Cylindrical-coordinate representation of color #44868C: hue angle of 185º 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 #44868C is Cyan = 0.51, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB68134140-
CMYK0.510.0400.45
HSL185º34.62%40.78%-
HSV(B)185º51.43%54.9%-
XYZ15.6420.1727.88-
YUV114.95142.1394.51-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.88%
GREEN value IS 134 (52.73% from 255) = 39.18%
BLUE value IS 140 (55.08% from 255) = 40.94%
R=19.88%
G=39.18%
B=40.94%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal681341400.510.0400.4518534.6240.78
Hex44868C33402Db92329
Octal1042062146340552714351
Binary10001001000011010001100110011100010110110111001100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44868C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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