Shades of Calypso #42748A
Tints of Calypso #42748A
RGB
CMYK
RGB Variations
Color information
#42748A (or 0x42748A) is known color: Calypso. HEX triplet: 42, 74 and 8A. RGB value is (66,116,138). Sum of RGB (Red+Green+Blue) = 66+116+138=320 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.62% from 320); Green value is 116 (45.70% from 255 or 36.25% from 320); Blue value is 138 (54.30% from 255 or 43.12% from 320); Max value from RGB is 138 - color contains mainly: blue. Hex color #42748A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42748A is #BD8B75. Grayscale: #676767. Windows color (decimal): -12422006 or 9073730. OLE color: 9073730.
HSL color Cylindrical-coordinate representation of color #42748A: hue angle of 198.33º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #42748A is Cyan = 0.52, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 66 | 116 | 138 | - |
| CMYK | 0.52 | 0.16 | 0 | 0.46 |
| HSL | 198.33º | 0.35% | 0.4% | - |
| HSV(B) | 198.33º | 0.52% | 0.54% | - |
| XYZ | 13.08 | 15.48 | 26.34 | - |
| YUV | 103.56 | 147.44 | 101.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 116 | 138 | 0.52 | 0.16 | 0 | 0.46 | 198.33 | 0.35 | 0.4 |
| Hex | 42 | 74 | 8A | 34 | 10 | 0 | 2E | C6 | 23 | 28 |
| Octal | 102 | 164 | 212 | 64 | 20 | 0 | 56 | 306 | 43 | 50 |
| Binary | 1000010 | 1110100 | 10001010 | 110100 | 10000 | 0 | 101110 | 11000110 | 100011 | 101000 |
Color Harmonies of #42748A
Complementary color
Monochromatic Colors of #42748A
Black with #42748A
Text Example
Text Example
White with #42748A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42748A; }
p { color: rgb(66,116,138); }
H1.HeaderClassName
{
color: #42748A;
}
.AnyTagClassName
{
color: #42748A;
}
</style>
background-color css
<style>
a { background-color: #42748A; }
a { background-color: rgb(66,116,138); }
div.DivClassName
{
background-color: #42748A;
}
.BgClassName
{
background-color: #42748A;
}
</style>
border-color css
<style>
span { border-color: #42748A; }
span { border-color: rgb(66,116,138); }
td.TdClassName
{
border-color: #42748A;
}
.TagClassName
{
border-color: #42748A;
}
</style>