Shades of Kashmir Blue #4E668B
Tints of Kashmir Blue #4E668B
RGB
CMYK
RGB Variations
Color information
#4E668B (or 0x4E668B) is known color: Kashmir Blue. HEX triplet: 4E, 66 and 8B. RGB value is (78,102,139). Sum of RGB (Red+Green+Blue) = 78+102+139=319 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.45% from 319); Green value is 102 (40.23% from 255 or 31.97% from 319); Blue value is 139 (54.69% from 255 or 43.57% from 319); Max value from RGB is 139 - color contains mainly: blue. Hex color #4E668B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E668B is #B19974. Grayscale: #626262. Windows color (decimal): -11639157 or 9135694. OLE color: 9135694.
HSL color Cylindrical-coordinate representation of color #4E668B: hue angle of 216.39º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4E668B is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 78 | 102 | 139 | - |
| CMYK | 0.44 | 0.27 | 0 | 0.45 |
| HSL | 216.39º | 0.28% | 0.43% | - |
| HSV(B) | 216.39º | 0.44% | 0.55% | - |
| XYZ | 12.55 | 12.99 | 26.27 | - |
| YUV | 99.04 | 150.55 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 102 | 139 | 0.44 | 0.27 | 0 | 0.45 | 216.39 | 0.28 | 0.43 |
| Hex | 4E | 66 | 8B | 2C | 1B | 0 | 2D | D8 | 1C | 2B |
| Octal | 116 | 146 | 213 | 54 | 33 | 0 | 55 | 330 | 34 | 53 |
| Binary | 1001110 | 1100110 | 10001011 | 101100 | 11011 | 0 | 101101 | 11011000 | 11100 | 101011 |
Color Harmonies of #4E668B
Complementary color
Monochromatic Colors of #4E668B
Black with #4E668B
Text Example
Text Example
White with #4E668B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E668B; }
p { color: rgb(78,102,139); }
H1.HeaderClassName
{
color: #4E668B;
}
.AnyTagClassName
{
color: #4E668B;
}
</style>
background-color css
<style>
a { background-color: #4E668B; }
a { background-color: rgb(78,102,139); }
div.DivClassName
{
background-color: #4E668B;
}
.BgClassName
{
background-color: #4E668B;
}
</style>
border-color css
<style>
span { border-color: #4E668B; }
span { border-color: rgb(78,102,139); }
td.TdClassName
{
border-color: #4E668B;
}
.TagClassName
{
border-color: #4E668B;
}
</style>