#447D86

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

Shades of Paradiso #447D86

Tints of Paradiso #447D86

Color information

#447D86 (or 0x447D86) is unknown color: approx Paradiso. HEX triplet: 44, 7D and 86. RGB value is (68,125,134). Sum of RGB (Red+Green+Blue) = 68+125+134=327 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.80% from 327); Green value is 125 (49.22% from 255 or 38.23% from 327); Blue value is 134 (52.73% from 255 or 40.98% from 327); Max value from RGB is 134 - color contains mainly: blue. Hex color #447D86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447D86 is #BB8279. Grayscale: #6C6C6C. Windows color (decimal): -12288634 or 8813892. OLE color: 8813892.

HSL color Cylindrical-coordinate representation of color #447D86: hue angle of 188.18º 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 #447D86 is Cyan = 0.49, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB68125134-
CMYK0.490.0700.47
HSL188.18º32.67%39.61%-
HSV(B)188.18º49.25%52.55%-
XYZ14.0217.6225.22-
YUV108.98142.1298.77-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.80%
GREEN value IS 125 (49.22% from 255) = 38.23%
BLUE value IS 134 (52.73% from 255) = 40.98%
R=20.80%
G=38.23%
B=40.98%

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
Decimal681251340.490.0700.47188.1832.6739.61
Hex447D8631702Fbc2128
Octal1041752066170572744150
Binary1000100111110110000110110001111010111110111100100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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