Shades of Kashmir Blue #4E618A
Tints of Kashmir Blue #4E618A
RGB
CMYK
RGB Variations
Color information
#4E618A (or 0x4E618A) is known color: Kashmir Blue. HEX triplet: 4E, 61 and 8A. RGB value is (78,97,138). Sum of RGB (Red+Green+Blue) = 78+97+138=313 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.92% from 313); Green value is 97 (38.28% from 255 or 30.99% from 313); Blue value is 138 (54.30% from 255 or 44.09% from 313); Max value from RGB is 138 - color contains mainly: blue. Hex color #4E618A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E618A is #B19E75. Grayscale: #5F5F5F. Windows color (decimal): -11640438 or 9068878. OLE color: 9068878.
HSL color Cylindrical-coordinate representation of color #4E618A: hue angle of 221º degrees, saturation: 0.28, 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 #4E618A is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 78 | 97 | 138 | - |
| CMYK | 0.43 | 0.30 | 0 | 0.46 |
| HSL | 221º | 0.28% | 0.42% | - |
| HSV(B) | 221º | 0.43% | 0.54% | - |
| XYZ | 12 | 12 | 25.73 | - |
| YUV | 95.99 | 151.71 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 97 | 138 | 0.43 | 0.30 | 0 | 0.46 | 221 | 0.28 | 0.42 |
| Hex | 4E | 61 | 8A | 2B | 1E | 0 | 2E | DD | 1C | 2A |
| Octal | 116 | 141 | 212 | 53 | 36 | 0 | 56 | 335 | 34 | 52 |
| Binary | 1001110 | 1100001 | 10001010 | 101011 | 11110 | 0 | 101110 | 11011101 | 11100 | 101010 |
Color Harmonies of #4E618A
Complementary color
Monochromatic Colors of #4E618A
Black with #4E618A
Text Example
Text Example
White with #4E618A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E618A; }
p { color: rgb(78,97,138); }
H1.HeaderClassName
{
color: #4E618A;
}
.AnyTagClassName
{
color: #4E618A;
}
</style>
background-color css
<style>
a { background-color: #4E618A; }
a { background-color: rgb(78,97,138); }
div.DivClassName
{
background-color: #4E618A;
}
.BgClassName
{
background-color: #4E618A;
}
</style>
border-color css
<style>
span { border-color: #4E618A; }
span { border-color: rgb(78,97,138); }
td.TdClassName
{
border-color: #4E618A;
}
.TagClassName
{
border-color: #4E618A;
}
</style>