Shades of Calypso #447084
Tints of Calypso #447084
RGB
CMYK
RGB Variations
Color information
#447084 (or 0x447084) is known color: Calypso. HEX triplet: 44, 70 and 84. RGB value is (68,112,132). Sum of RGB (Red+Green+Blue) = 68+112+132=312 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.79% from 312); Green value is 112 (44.14% from 255 or 35.90% from 312); Blue value is 132 (51.95% from 255 or 42.31% from 312); Max value from RGB is 132 - color contains mainly: blue. Hex color #447084 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447084 is #BB8F7B. Grayscale: #646464. Windows color (decimal): -12291964 or 8679492. OLE color: 8679492.
HSL color Cylindrical-coordinate representation of color #447084: hue angle of 198.75º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #447084 is Cyan = 0.48, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 68 | 112 | 132 | - |
| CMYK | 0.48 | 0.15 | 0 | 0.48 |
| HSL | 198.75º | 0.32% | 0.39% | - |
| HSV(B) | 198.75º | 0.48% | 0.52% | - |
| XYZ | 12.34 | 14.48 | 23.97 | - |
| YUV | 101.12 | 145.42 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 112 | 132 | 0.48 | 0.15 | 0 | 0.48 | 198.75 | 0.32 | 0.39 |
| Hex | 44 | 70 | 84 | 30 | F | 0 | 30 | C7 | 20 | 27 |
| Octal | 104 | 160 | 204 | 60 | 17 | 0 | 60 | 307 | 40 | 47 |
| Binary | 1000100 | 1110000 | 10000100 | 110000 | 1111 | 0 | 110000 | 11000111 | 100000 | 100111 |
Color Harmonies of #447084
Complementary color
Monochromatic Colors of #447084
Black with #447084
Text Example
Text Example
White with #447084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447084; }
p { color: rgb(68,112,132); }
H1.HeaderClassName
{
color: #447084;
}
.AnyTagClassName
{
color: #447084;
}
</style>
background-color css
<style>
a { background-color: #447084; }
a { background-color: rgb(68,112,132); }
div.DivClassName
{
background-color: #447084;
}
.BgClassName
{
background-color: #447084;
}
</style>
border-color css
<style>
span { border-color: #447084; }
span { border-color: rgb(68,112,132); }
td.TdClassName
{
border-color: #447084;
}
.TagClassName
{
border-color: #447084;
}
</style>