#447C86

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

Shades of Paradiso #447C86

Tints of Paradiso #447C86

Color information

#447C86 (or 0x447C86) is unknown color: approx Paradiso. HEX triplet: 44, 7C and 86. RGB value is (68,124,134). Sum of RGB (Red+Green+Blue) = 68+124+134=326 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.86% from 326); Green value is 124 (48.83% from 255 or 38.04% from 326); Blue value is 134 (52.73% from 255 or 41.10% from 326); Max value from RGB is 134 - color contains mainly: blue. Hex color #447C86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447C86 is #BB8379. Grayscale: #6C6C6C. Windows color (decimal): -12288890 or 8813636. OLE color: 8813636.

HSL color Cylindrical-coordinate representation of color #447C86: hue angle of 189.09º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #447C86 is Cyan = 0.49, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB68124134-
CMYK0.490.0700.47
HSL189.09º32.67%39.61%-
HSV(B)189.09º49.25%52.55%-
XYZ13.8917.3725.17-
YUV108.4142.4599.19-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.86%
GREEN value IS 124 (48.83% from 255) = 38.04%
BLUE value IS 134 (52.73% from 255) = 41.10%
R=20.86%
G=38.04%
B=41.10%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal681241340.490.0700.47189.0932.6739.61
Hex447C8631702Fbd2128
Octal1041742066170572754150
Binary1000100111110010000110110001111010111110111101100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447C86; }

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

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

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

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

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

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

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

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