#447982

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

Shades of Paradiso #447982

Tints of Paradiso #447982

Color information

#447982 (or 0x447982) is unknown color: approx Paradiso. HEX triplet: 44, 79 and 82. RGB value is (68,121,130). Sum of RGB (Red+Green+Blue) = 68+121+130=319 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.32% from 319); Green value is 121 (47.66% from 255 or 37.93% from 319); Blue value is 130 (51.17% from 255 or 40.75% from 319); Max value from RGB is 130 - color contains mainly: blue. Hex color #447982 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447982 is #BB867D. Grayscale: #6A6A6A. Windows color (decimal): -12289662 or 8550724. OLE color: 8550724.

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

Color convert

RGB68121130-
CMYK0.480.0700.49
HSL188.71º31.31%38.82%-
HSV(B)188.71º47.69%50.98%-
XYZ13.2516.5223.61-
YUV106.18141.44100.77-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.32%
GREEN value IS 121 (47.66% from 255) = 37.93%
BLUE value IS 130 (51.17% from 255) = 40.75%
R=21.32%
G=37.93%
B=40.75%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal681211300.480.0700.49188.7131.3138.82
Hex447982307031bd1f27
Octal1041712026070612753747
Binary100010011110011000001011000011101100011011110111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447982; }

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

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

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

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

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

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

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

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