#44847F

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

Shades of Paradiso #44847F

Tints of Paradiso #44847F

Color information

#44847F (or 0x44847F) is unknown color: approx Paradiso. HEX triplet: 44, 84 and 7F. RGB value is (68,132,127). Sum of RGB (Red+Green+Blue) = 68+132+127=327 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.80% from 327); Green value is 132 (51.95% from 255 or 40.37% from 327); Blue value is 127 (50% from 255 or 38.84% from 327); Max value from RGB is 132 - color contains mainly: green. Hex color #44847F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44847F is #BB7B80. Grayscale: #707070. Windows color (decimal): -12286849 or 8356932. OLE color: 8356932.

HSL color Cylindrical-coordinate representation of color #44847F: hue angle of 175.31º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #44847F is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB68132127-
CMYK0.4800.040.48
HSL175.31º32%39.22%-
HSV(B)175.31º48.48%51.76%-
XYZ14.4719.2623.03-
YUV112.29136.396.41-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.80%
GREEN value IS 132 (51.95% from 255) = 40.37%
BLUE value IS 127 (50% from 255) = 38.84%
R=20.80%
G=40.37%
B=38.84%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal681321270.4800.040.48175.313239.22
Hex44847F300430af2027
Octal1042041776004602574047
Binary1000100100001001111111110000010011000010101111100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44847F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44847F; }

 p { color: rgb(68,132,127); }

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

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

 a { background-color: rgb(68,132,127); }

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

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

 span { border-color: rgb(68,132,127); }

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