Shades of Calypso #446E8A
Tints of Calypso #446E8A
RGB
CMYK
RGB Variations
Color information
#446E8A (or 0x446E8A) is known color: Calypso. HEX triplet: 44, 6E and 8A. RGB value is (68,110,138). Sum of RGB (Red+Green+Blue) = 68+110+138=316 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.52% from 316); Green value is 110 (43.36% from 255 or 34.81% from 316); Blue value is 138 (54.30% from 255 or 43.67% from 316); Max value from RGB is 138 - color contains mainly: blue. Hex color #446E8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446E8A is #BB9175. Grayscale: #646464. Windows color (decimal): -12292470 or 9072196. OLE color: 9072196.
HSL color Cylindrical-coordinate representation of color #446E8A: hue angle of 204º 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 #446E8A is Cyan = 0.51, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 68 | 110 | 138 | - |
| CMYK | 0.51 | 0.20 | 0 | 0.46 |
| HSL | 204º | 0.34% | 0.4% | - |
| HSV(B) | 204º | 0.51% | 0.54% | - |
| XYZ | 12.55 | 14.22 | 26.13 | - |
| YUV | 100.63 | 149.09 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 110 | 138 | 0.51 | 0.20 | 0 | 0.46 | 204 | 0.34 | 0.4 |
| Hex | 44 | 6E | 8A | 33 | 14 | 0 | 2E | CC | 22 | 28 |
| Octal | 104 | 156 | 212 | 63 | 24 | 0 | 56 | 314 | 42 | 50 |
| Binary | 1000100 | 1101110 | 10001010 | 110011 | 10100 | 0 | 101110 | 11001100 | 100010 | 101000 |
Color Harmonies of #446E8A
Complementary color
Monochromatic Colors of #446E8A
Black with #446E8A
Text Example
Text Example
White with #446E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446E8A; }
p { color: rgb(68,110,138); }
H1.HeaderClassName
{
color: #446E8A;
}
.AnyTagClassName
{
color: #446E8A;
}
</style>
background-color css
<style>
a { background-color: #446E8A; }
a { background-color: rgb(68,110,138); }
div.DivClassName
{
background-color: #446E8A;
}
.BgClassName
{
background-color: #446E8A;
}
</style>
border-color css
<style>
span { border-color: #446E8A; }
span { border-color: rgb(68,110,138); }
td.TdClassName
{
border-color: #446E8A;
}
.TagClassName
{
border-color: #446E8A;
}
</style>