#447980

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

Shades of Paradiso #447980

Tints of Paradiso #447980

Color information

#447980 (or 0x447980) is unknown color: approx Paradiso. HEX triplet: 44, 79 and 80. RGB value is (68,121,128). Sum of RGB (Red+Green+Blue) = 68+121+128=317 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.45% from 317); Green value is 121 (47.66% from 255 or 38.17% from 317); Blue value is 128 (50.39% from 255 or 40.38% from 317); Max value from RGB is 128 - color contains mainly: blue. Hex color #447980 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447980 is #BB867F. Grayscale: #696969. Windows color (decimal): -12289664 or 8419652. OLE color: 8419652.

HSL color Cylindrical-coordinate representation of color #447980: hue angle of 187º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #447980 is Cyan = 0.47, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB68121128-
CMYK0.470.0500.50
HSL187º30.61%38.43%-
HSV(B)187º46.88%50.2%-
XYZ13.1216.4622.91-
YUV105.95140.44100.93-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.45%
GREEN value IS 121 (47.66% from 255) = 38.17%
BLUE value IS 128 (50.39% from 255) = 40.38%
R=21.45%
G=38.17%
B=40.38%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal681211280.470.0500.5018730.6138.43
Hex4479802F5032bb1f26
Octal1041712005750622733746
Binary100010011110011000000010111110101100101011101111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447980; }

 p { color: rgb(68,121,128); }

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

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

 a { background-color: rgb(68,121,128); }

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

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

 span { border-color: rgb(68,121,128); }

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