Shades of Calypso #456C83
Tints of Calypso #456C83
RGB
CMYK
RGB Variations
Color information
#456C83 (or 0x456C83) is known color: Calypso. HEX triplet: 45, 6C and 83. RGB value is (69,108,131). Sum of RGB (Red+Green+Blue) = 69+108+131=308 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.40% from 308); Green value is 108 (42.58% from 255 or 35.06% from 308); Blue value is 131 (51.56% from 255 or 42.53% from 308); Max value from RGB is 131 - color contains mainly: blue. Hex color #456C83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456C83 is #BA937C. Grayscale: #626262. Windows color (decimal): -12227453 or 8612933. OLE color: 8612933.
HSL color Cylindrical-coordinate representation of color #456C83: hue angle of 202.26º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #456C83 is Cyan = 0.47, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 69 | 108 | 131 | - |
| CMYK | 0.47 | 0.18 | 0 | 0.49 |
| HSL | 202.26º | 0.31% | 0.39% | - |
| HSV(B) | 202.26º | 0.47% | 0.51% | - |
| XYZ | 11.91 | 13.63 | 23.48 | - |
| YUV | 98.96 | 146.08 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 108 | 131 | 0.47 | 0.18 | 0 | 0.49 | 202.26 | 0.31 | 0.39 |
| Hex | 45 | 6C | 83 | 2F | 12 | 0 | 31 | CA | 1F | 27 |
| Octal | 105 | 154 | 203 | 57 | 22 | 0 | 61 | 312 | 37 | 47 |
| Binary | 1000101 | 1101100 | 10000011 | 101111 | 10010 | 0 | 110001 | 11001010 | 11111 | 100111 |
Color Harmonies of #456C83
Complementary color
Monochromatic Colors of #456C83
Black with #456C83
Text Example
Text Example
White with #456C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456C83; }
p { color: rgb(69,108,131); }
H1.HeaderClassName
{
color: #456C83;
}
.AnyTagClassName
{
color: #456C83;
}
</style>
background-color css
<style>
a { background-color: #456C83; }
a { background-color: rgb(69,108,131); }
div.DivClassName
{
background-color: #456C83;
}
.BgClassName
{
background-color: #456C83;
}
</style>
border-color css
<style>
span { border-color: #456C83; }
span { border-color: rgb(69,108,131); }
td.TdClassName
{
border-color: #456C83;
}
.TagClassName
{
border-color: #456C83;
}
</style>