#44858B

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

Shades of Paradiso #44858B

Tints of Paradiso #44858B

Color information

#44858B (or 0x44858B) is unknown color: approx Paradiso. HEX triplet: 44, 85 and 8B. RGB value is (68,133,139). Sum of RGB (Red+Green+Blue) = 68+133+139=340 (45% of max value = 765). Red value is 68 (26.95% from 255 or 20% from 340); Green value is 133 (52.34% from 255 or 39.12% from 340); Blue value is 139 (54.69% from 255 or 40.88% from 340); Max value from RGB is 139 - color contains mainly: blue. Hex color #44858B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44858B is #BB7A74. Grayscale: #727272. Windows color (decimal): -12286581 or 9143620. OLE color: 9143620.

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

Color convert

RGB68133139-
CMYK0.510.0400.45
HSL185.07º34.3%40.59%-
HSV(B)185.07º51.08%54.51%-
XYZ15.4319.8727.45-
YUV114.25141.9795.01-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20%
GREEN value IS 133 (52.34% from 255) = 39.12%
BLUE value IS 139 (54.69% from 255) = 40.88%
R=20%
G=39.12%
B=40.88%

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
Decimal681331390.510.0400.45185.0734.340.59
Hex44858B33402Db92229
Octal1042052136340552714251
Binary10001001000010110001011110011100010110110111001100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44858B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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