Shades of Calypso #447682
Tints of Calypso #447682
RGB
CMYK
RGB Variations
Color information
#447682 (or 0x447682) is known color: Calypso. HEX triplet: 44, 76 and 82. RGB value is (68,118,130). Sum of RGB (Red+Green+Blue) = 68+118+130=316 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.52% from 316); Green value is 118 (46.48% from 255 or 37.34% from 316); Blue value is 130 (51.17% from 255 or 41.14% from 316); Max value from RGB is 130 - color contains mainly: blue. Hex color #447682 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447682 is #BB897D. Grayscale: #686868. Windows color (decimal): -12290430 or 8549956. OLE color: 8549956.
HSL color Cylindrical-coordinate representation of color #447682: hue angle of 191.61º 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 #447682 is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 68 | 118 | 130 | - |
| CMYK | 0.48 | 0.09 | 0 | 0.49 |
| HSL | 191.61º | 0.31% | 0.39% | - |
| HSV(B) | 191.61º | 0.48% | 0.51% | - |
| XYZ | 12.89 | 15.8 | 23.49 | - |
| YUV | 104.42 | 142.44 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 118 | 130 | 0.48 | 0.09 | 0 | 0.49 | 191.61 | 0.31 | 0.39 |
| Hex | 44 | 76 | 82 | 30 | 9 | 0 | 31 | C0 | 1F | 27 |
| Octal | 104 | 166 | 202 | 60 | 11 | 0 | 61 | 300 | 37 | 47 |
| Binary | 1000100 | 1110110 | 10000010 | 110000 | 1001 | 0 | 110001 | 11000000 | 11111 | 100111 |
Color Harmonies of #447682
Complementary color
Monochromatic Colors of #447682
Black with #447682
Text Example
Text Example
White with #447682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447682; }
p { color: rgb(68,118,130); }
H1.HeaderClassName
{
color: #447682;
}
.AnyTagClassName
{
color: #447682;
}
</style>
background-color css
<style>
a { background-color: #447682; }
a { background-color: rgb(68,118,130); }
div.DivClassName
{
background-color: #447682;
}
.BgClassName
{
background-color: #447682;
}
</style>
border-color css
<style>
span { border-color: #447682; }
span { border-color: rgb(68,118,130); }
td.TdClassName
{
border-color: #447682;
}
.TagClassName
{
border-color: #447682;
}
</style>