Shades of Calypso #447182
Tints of Calypso #447182
RGB
CMYK
RGB Variations
Color information
#447182 (or 0x447182) is known color: Calypso. HEX triplet: 44, 71 and 82. RGB value is (68,113,130). Sum of RGB (Red+Green+Blue) = 68+113+130=311 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.86% from 311); Green value is 113 (44.53% from 255 or 36.33% from 311); Blue value is 130 (51.17% from 255 or 41.80% from 311); Max value from RGB is 130 - color contains mainly: blue. Hex color #447182 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447182 is #BB8E7D. Grayscale: #656565. Windows color (decimal): -12291710 or 8548676. OLE color: 8548676.
HSL color Cylindrical-coordinate representation of color #447182: hue angle of 196.45º 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 #447182 is Cyan = 0.48, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 68 | 113 | 130 | - |
| CMYK | 0.48 | 0.13 | 0 | 0.49 |
| HSL | 196.45º | 0.31% | 0.39% | - |
| HSV(B) | 196.45º | 0.48% | 0.51% | - |
| XYZ | 12.32 | 14.65 | 23.3 | - |
| YUV | 101.48 | 144.09 | 104.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 113 | 130 | 0.48 | 0.13 | 0 | 0.49 | 196.45 | 0.31 | 0.39 |
| Hex | 44 | 71 | 82 | 30 | D | 0 | 31 | C4 | 1F | 27 |
| Octal | 104 | 161 | 202 | 60 | 15 | 0 | 61 | 304 | 37 | 47 |
| Binary | 1000100 | 1110001 | 10000010 | 110000 | 1101 | 0 | 110001 | 11000100 | 11111 | 100111 |
Color Harmonies of #447182
Complementary color
Monochromatic Colors of #447182
Black with #447182
Text Example
Text Example
White with #447182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447182; }
p { color: rgb(68,113,130); }
H1.HeaderClassName
{
color: #447182;
}
.AnyTagClassName
{
color: #447182;
}
</style>
background-color css
<style>
a { background-color: #447182; }
a { background-color: rgb(68,113,130); }
div.DivClassName
{
background-color: #447182;
}
.BgClassName
{
background-color: #447182;
}
</style>
border-color css
<style>
span { border-color: #447182; }
span { border-color: rgb(68,113,130); }
td.TdClassName
{
border-color: #447182;
}
.TagClassName
{
border-color: #447182;
}
</style>