Shades of Kashmir Blue #4E608E
Tints of Kashmir Blue #4E608E
RGB
CMYK
RGB Variations
Color information
#4E608E (or 0x4E608E) is known color: Kashmir Blue. HEX triplet: 4E, 60 and 8E. RGB value is (78,96,142). Sum of RGB (Red+Green+Blue) = 78+96+142=316 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.68% from 316); Green value is 96 (37.89% from 255 or 30.38% from 316); Blue value is 142 (55.86% from 255 or 44.94% from 316); Max value from RGB is 142 - color contains mainly: blue. Hex color #4E608E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E608E is #B19F71. Grayscale: #5F5F5F. Windows color (decimal): -11640690 or 9330766. OLE color: 9330766.
HSL color Cylindrical-coordinate representation of color #4E608E: hue angle of 223.12º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4E608E is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 78 | 96 | 142 | - |
| CMYK | 0.45 | 0.32 | 0 | 0.44 |
| HSL | 223.13º | 0.29% | 0.43% | - |
| HSV(B) | 223.13º | 0.45% | 0.56% | - |
| XYZ | 12.21 | 11.94 | 27.25 | - |
| YUV | 95.86 | 154.04 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 96 | 142 | 0.45 | 0.32 | 0 | 0.44 | 223.13 | 0.29 | 0.43 |
| Hex | 4E | 60 | 8E | 2D | 20 | 0 | 2C | DF | 1D | 2B |
| Octal | 116 | 140 | 216 | 55 | 40 | 0 | 54 | 337 | 35 | 53 |
| Binary | 1001110 | 1100000 | 10001110 | 101101 | 100000 | 0 | 101100 | 11011111 | 11101 | 101011 |
Color Harmonies of #4E608E
Complementary color
Monochromatic Colors of #4E608E
Black with #4E608E
Text Example
Text Example
White with #4E608E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E608E; }
p { color: rgb(78,96,142); }
H1.HeaderClassName
{
color: #4E608E;
}
.AnyTagClassName
{
color: #4E608E;
}
</style>
background-color css
<style>
a { background-color: #4E608E; }
a { background-color: rgb(78,96,142); }
div.DivClassName
{
background-color: #4E608E;
}
.BgClassName
{
background-color: #4E608E;
}
</style>
border-color css
<style>
span { border-color: #4E608E; }
span { border-color: rgb(78,96,142); }
td.TdClassName
{
border-color: #4E608E;
}
.TagClassName
{
border-color: #4E608E;
}
</style>