Shades of Calypso #44708A
Tints of Calypso #44708A
RGB
CMYK
RGB Variations
Color information
#44708A (or 0x44708A) is known color: Calypso. HEX triplet: 44, 70 and 8A. RGB value is (68,112,138). Sum of RGB (Red+Green+Blue) = 68+112+138=318 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.38% from 318); Green value is 112 (44.14% from 255 or 35.22% from 318); Blue value is 138 (54.30% from 255 or 43.40% from 318); Max value from RGB is 138 - color contains mainly: blue. Hex color #44708A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44708A is #BB8F75. Grayscale: #656565. Windows color (decimal): -12291958 or 9072708. OLE color: 9072708.
HSL color Cylindrical-coordinate representation of color #44708A: hue angle of 202.29º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #44708A is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 68 | 112 | 138 | - |
| CMYK | 0.51 | 0.19 | 0 | 0.46 |
| HSL | 202.29º | 0.34% | 0.4% | - |
| HSV(B) | 202.29º | 0.51% | 0.54% | - |
| XYZ | 12.77 | 14.65 | 26.2 | - |
| YUV | 101.81 | 148.42 | 103.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 112 | 138 | 0.51 | 0.19 | 0 | 0.46 | 202.29 | 0.34 | 0.4 |
| Hex | 44 | 70 | 8A | 33 | 13 | 0 | 2E | CA | 22 | 28 |
| Octal | 104 | 160 | 212 | 63 | 23 | 0 | 56 | 312 | 42 | 50 |
| Binary | 1000100 | 1110000 | 10001010 | 110011 | 10011 | 0 | 101110 | 11001010 | 100010 | 101000 |
Color Harmonies of #44708A
Complementary color
Monochromatic Colors of #44708A
Black with #44708A
Text Example
Text Example
White with #44708A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44708A; }
p { color: rgb(68,112,138); }
H1.HeaderClassName
{
color: #44708A;
}
.AnyTagClassName
{
color: #44708A;
}
</style>
background-color css
<style>
a { background-color: #44708A; }
a { background-color: rgb(68,112,138); }
div.DivClassName
{
background-color: #44708A;
}
.BgClassName
{
background-color: #44708A;
}
</style>
border-color css
<style>
span { border-color: #44708A; }
span { border-color: rgb(68,112,138); }
td.TdClassName
{
border-color: #44708A;
}
.TagClassName
{
border-color: #44708A;
}
</style>