#447880

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

Shades of Paradiso #447880

Tints of Paradiso #447880

Color information

#447880 (or 0x447880) is unknown color: approx Paradiso. HEX triplet: 44, 78 and 80. RGB value is (68,120,128). Sum of RGB (Red+Green+Blue) = 68+120+128=316 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.52% from 316); Green value is 120 (47.27% from 255 or 37.97% from 316); Blue value is 128 (50.39% from 255 or 40.51% from 316); Max value from RGB is 128 - color contains mainly: blue. Hex color #447880 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447880 is #BB877F. Grayscale: #696969. Windows color (decimal): -12289920 or 8419396. OLE color: 8419396.

HSL color Cylindrical-coordinate representation of color #447880: hue angle of 188º 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 #447880 is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB68120128-
CMYK0.470.0600.50
HSL188º30.61%38.43%-
HSV(B)188º46.88%50.2%-
XYZ1316.2222.87-
YUV105.36140.77101.35-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.52%
GREEN value IS 120 (47.27% from 255) = 37.97%
BLUE value IS 128 (50.39% from 255) = 40.51%
R=21.52%
G=37.97%
B=40.51%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal681201280.470.0600.5018830.6138.43
Hex4478802F6032bc1f26
Octal1041702005760622743746
Binary100010011110001000000010111111001100101011110011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447880; }

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

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

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

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

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

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

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

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