Shades of Kashmir Blue #4E6A91
Tints of Kashmir Blue #4E6A91
RGB
CMYK
RGB Variations
Color information
#4E6A91 (or 0x4E6A91) is known color: Kashmir Blue. HEX triplet: 4E, 6A and 91. RGB value is (78,106,145). Sum of RGB (Red+Green+Blue) = 78+106+145=329 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.71% from 329); Green value is 106 (41.80% from 255 or 32.22% from 329); Blue value is 145 (57.03% from 255 or 44.07% from 329); Max value from RGB is 145 - color contains mainly: blue. Hex color #4E6A91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E6A91 is #B1956E. Grayscale: #656565. Windows color (decimal): -11638127 or 9529934. OLE color: 9529934.
HSL color Cylindrical-coordinate representation of color #4E6A91: hue angle of 214.93º 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 #4E6A91 is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 78 | 106 | 145 | - |
| CMYK | 0.46 | 0.27 | 0 | 0.43 |
| HSL | 214.93º | 0.3% | 0.44% | - |
| HSV(B) | 214.93º | 0.46% | 0.57% | - |
| XYZ | 13.41 | 13.97 | 28.78 | - |
| YUV | 102.07 | 152.22 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 106 | 145 | 0.46 | 0.27 | 0 | 0.43 | 214.93 | 0.3 | 0.44 |
| Hex | 4E | 6A | 91 | 2E | 1B | 0 | 2B | D7 | 1E | 2C |
| Octal | 116 | 152 | 221 | 56 | 33 | 0 | 53 | 327 | 36 | 54 |
| Binary | 1001110 | 1101010 | 10010001 | 101110 | 11011 | 0 | 101011 | 11010111 | 11110 | 101100 |
Color Harmonies of #4E6A91
Complementary color
Monochromatic Colors of #4E6A91
Black with #4E6A91
Text Example
Text Example
White with #4E6A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6A91; }
p { color: rgb(78,106,145); }
H1.HeaderClassName
{
color: #4E6A91;
}
.AnyTagClassName
{
color: #4E6A91;
}
</style>
background-color css
<style>
a { background-color: #4E6A91; }
a { background-color: rgb(78,106,145); }
div.DivClassName
{
background-color: #4E6A91;
}
.BgClassName
{
background-color: #4E6A91;
}
</style>
border-color css
<style>
span { border-color: #4E6A91; }
span { border-color: rgb(78,106,145); }
td.TdClassName
{
border-color: #4E6A91;
}
.TagClassName
{
border-color: #4E6A91;
}
</style>