Shades of Kashmir Blue #4E5E89
Tints of Kashmir Blue #4E5E89
RGB
CMYK
RGB Variations
Color information
#4E5E89 (or 0x4E5E89) is known color: Kashmir Blue. HEX triplet: 4E, 5E and 89. RGB value is (78,94,137). Sum of RGB (Red+Green+Blue) = 78+94+137=309 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.24% from 309); Green value is 94 (37.11% from 255 or 30.42% from 309); Blue value is 137 (53.91% from 255 or 44.34% from 309); Max value from RGB is 137 - color contains mainly: blue. Hex color #4E5E89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E5E89 is #B1A176. Grayscale: #5D5D5D. Windows color (decimal): -11641207 or 9002574. OLE color: 9002574.
HSL color Cylindrical-coordinate representation of color #4E5E89: hue angle of 223.73º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4E5E89 is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 78 | 94 | 137 | - |
| CMYK | 0.43 | 0.31 | 0 | 0.46 |
| HSL | 223.73º | 0.27% | 0.42% | - |
| HSV(B) | 223.73º | 0.43% | 0.54% | - |
| XYZ | 11.66 | 11.43 | 25.26 | - |
| YUV | 94.12 | 152.2 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 94 | 137 | 0.43 | 0.31 | 0 | 0.46 | 223.73 | 0.27 | 0.42 |
| Hex | 4E | 5E | 89 | 2B | 1F | 0 | 2E | E0 | 1B | 2A |
| Octal | 116 | 136 | 211 | 53 | 37 | 0 | 56 | 340 | 33 | 52 |
| Binary | 1001110 | 1011110 | 10001001 | 101011 | 11111 | 0 | 101110 | 11100000 | 11011 | 101010 |
Color Harmonies of #4E5E89
Complementary color
Monochromatic Colors of #4E5E89
Black with #4E5E89
Text Example
Text Example
White with #4E5E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5E89; }
p { color: rgb(78,94,137); }
H1.HeaderClassName
{
color: #4E5E89;
}
.AnyTagClassName
{
color: #4E5E89;
}
</style>
background-color css
<style>
a { background-color: #4E5E89; }
a { background-color: rgb(78,94,137); }
div.DivClassName
{
background-color: #4E5E89;
}
.BgClassName
{
background-color: #4E5E89;
}
</style>
border-color css
<style>
span { border-color: #4E5E89; }
span { border-color: rgb(78,94,137); }
td.TdClassName
{
border-color: #4E5E89;
}
.TagClassName
{
border-color: #4E5E89;
}
</style>