#44817D

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

Shades of Paradiso #44817D

Tints of Paradiso #44817D

Color information

#44817D (or 0x44817D) is unknown color: approx Paradiso. HEX triplet: 44, 81 and 7D. RGB value is (68,129,125). Sum of RGB (Red+Green+Blue) = 68+129+125=322 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.12% from 322); Green value is 129 (50.78% from 255 or 40.06% from 322); Blue value is 125 (49.22% from 255 or 38.82% from 322); Max value from RGB is 129 - color contains mainly: green. Hex color #44817D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44817D is #BB7E82. Grayscale: #6E6E6E. Windows color (decimal): -12287619 or 8225092. OLE color: 8225092.

HSL color Cylindrical-coordinate representation of color #44817D: hue angle of 176.07º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #44817D is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB68129125-
CMYK0.4700.030.49
HSL176.07º30.96%38.63%-
HSV(B)176.07º47.29%50.59%-
XYZ13.9418.4122.22-
YUV110.3136.2997.83-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.12%
GREEN value IS 129 (50.78% from 255) = 40.06%
BLUE value IS 125 (49.22% from 255) = 38.82%
R=21.12%
G=40.06%
B=38.82%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal681291250.4700.030.49176.0730.9638.63
Hex44817D2F0331b01f27
Octal1042011755703612603747
Binary10001001000000111111011011110111100011011000011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44817D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44817D; }

 p { color: rgb(68,129,125); }

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

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

 a { background-color: rgb(68,129,125); }

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

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

 span { border-color: rgb(68,129,125); }

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