Shades of Paradiso #447F7E
Tints of Paradiso #447F7E
RGB
CMYK
RGB Variations
Color information
#447F7E (or 0x447F7E) is known color: Paradiso. HEX triplet: 44, 7F and 7E. RGB value is (68,127,126). Sum of RGB (Red+Green+Blue) = 68+127+126=321 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.18% from 321); Green value is 127 (50% from 255 or 39.56% from 321); Blue value is 126 (49.61% from 255 or 39.25% from 321); Max value from RGB is 127 - color contains mainly: green. Hex color #447F7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447F7E is #BB8081. Grayscale: #6D6D6D. Windows color (decimal): -12288130 or 8290116. OLE color: 8290116.
HSL color Cylindrical-coordinate representation of color #447F7E: hue angle of 178.98º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #447F7E is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 68 | 127 | 126 | - |
| CMYK | 0.46 | 0 | 0.01 | 0.50 |
| HSL | 178.98º | 0.3% | 0.38% | - |
| HSV(B) | 178.98º | 0.46% | 0.5% | - |
| XYZ | 13.74 | 17.91 | 22.47 | - |
| YUV | 109.25 | 137.45 | 98.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 127 | 126 | 0.46 | 0 | 0.01 | 0.50 | 178.98 | 0.3 | 0.38 |
| Hex | 44 | 7F | 7E | 2E | 0 | 1 | 32 | B3 | 1E | 26 |
| Octal | 104 | 177 | 176 | 56 | 0 | 1 | 62 | 263 | 36 | 46 |
| Binary | 1000100 | 1111111 | 1111110 | 101110 | 0 | 1 | 110010 | 10110011 | 11110 | 100110 |
Color Harmonies of #447F7E
Complementary color
Monochromatic Colors of #447F7E
Black with #447F7E
Text Example
Text Example
White with #447F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447F7E; }
p { color: rgb(68,127,126); }
H1.HeaderClassName
{
color: #447F7E;
}
.AnyTagClassName
{
color: #447F7E;
}
</style>
background-color css
<style>
a { background-color: #447F7E; }
a { background-color: rgb(68,127,126); }
div.DivClassName
{
background-color: #447F7E;
}
.BgClassName
{
background-color: #447F7E;
}
</style>
border-color css
<style>
span { border-color: #447F7E; }
span { border-color: rgb(68,127,126); }
td.TdClassName
{
border-color: #447F7E;
}
.TagClassName
{
border-color: #447F7E;
}
</style>