Shades of Kashmir Blue #4E6891
Tints of Kashmir Blue #4E6891
RGB
CMYK
RGB Variations
Color information
#4E6891 (or 0x4E6891) is known color: Kashmir Blue. HEX triplet: 4E, 68 and 91. RGB value is (78,104,145). Sum of RGB (Red+Green+Blue) = 78+104+145=327 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.85% from 327); Green value is 104 (41.02% from 255 or 31.80% from 327); Blue value is 145 (57.03% from 255 or 44.34% from 327); Max value from RGB is 145 - color contains mainly: blue. Hex color #4E6891 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E6891 is #B1976E. Grayscale: #646464. Windows color (decimal): -11638639 or 9529422. OLE color: 9529422.
HSL color Cylindrical-coordinate representation of color #4E6891: hue angle of 216.72º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4E6891 is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 78 | 104 | 145 | - |
| CMYK | 0.46 | 0.28 | 0 | 0.43 |
| HSL | 216.72º | 0.3% | 0.44% | - |
| HSV(B) | 216.72º | 0.46% | 0.57% | - |
| XYZ | 13.2 | 13.56 | 28.71 | - |
| YUV | 100.9 | 152.89 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 104 | 145 | 0.46 | 0.28 | 0 | 0.43 | 216.72 | 0.3 | 0.44 |
| Hex | 4E | 68 | 91 | 2E | 1C | 0 | 2B | D9 | 1E | 2C |
| Octal | 116 | 150 | 221 | 56 | 34 | 0 | 53 | 331 | 36 | 54 |
| Binary | 1001110 | 1101000 | 10010001 | 101110 | 11100 | 0 | 101011 | 11011001 | 11110 | 101100 |
Color Harmonies of #4E6891
Complementary color
Monochromatic Colors of #4E6891
Black with #4E6891
Text Example
Text Example
White with #4E6891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6891; }
p { color: rgb(78,104,145); }
H1.HeaderClassName
{
color: #4E6891;
}
.AnyTagClassName
{
color: #4E6891;
}
</style>
background-color css
<style>
a { background-color: #4E6891; }
a { background-color: rgb(78,104,145); }
div.DivClassName
{
background-color: #4E6891;
}
.BgClassName
{
background-color: #4E6891;
}
</style>
border-color css
<style>
span { border-color: #4E6891; }
span { border-color: rgb(78,104,145); }
td.TdClassName
{
border-color: #4E6891;
}
.TagClassName
{
border-color: #4E6891;
}
</style>