#447782

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

Shades of Paradiso #447782

Tints of Paradiso #447782

Color information

#447782 (or 0x447782) is unknown color: approx Paradiso. HEX triplet: 44, 77 and 82. RGB value is (68,119,130). Sum of RGB (Red+Green+Blue) = 68+119+130=317 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.45% from 317); Green value is 119 (46.88% from 255 or 37.54% from 317); Blue value is 130 (51.17% from 255 or 41.01% from 317); Max value from RGB is 130 - color contains mainly: blue. Hex color #447782 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447782 is #BB887D. Grayscale: #686868. Windows color (decimal): -12290174 or 8550212. OLE color: 8550212.

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

Color convert

RGB68119130-
CMYK0.480.0800.49
HSL190.65º31.31%38.82%-
HSV(B)190.65º47.69%50.98%-
XYZ13.0116.0323.53-
YUV105142.1101.61-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.45%
GREEN value IS 119 (46.88% from 255) = 37.54%
BLUE value IS 130 (51.17% from 255) = 41.01%
R=21.45%
G=37.54%
B=41.01%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal681191300.480.0800.49190.6531.3138.82
Hex447782308031bf1f27
Octal10416720260100612773747
Binary1000100111011110000010110000100001100011011111111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447782; }

 p { color: rgb(68,119,130); }

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

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

 a { background-color: rgb(68,119,130); }

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

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

 span { border-color: rgb(68,119,130); }

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