Shades of Kashmir Blue #4E6790
Tints of Kashmir Blue #4E6790
RGB
CMYK
RGB Variations
Color information
#4E6790 (or 0x4E6790) is known color: Kashmir Blue. HEX triplet: 4E, 67 and 90. RGB value is (78,103,144). Sum of RGB (Red+Green+Blue) = 78+103+144=325 (43% of max value = 765). Red value is 78 (30.86% from 255 or 24% from 325); Green value is 103 (40.62% from 255 or 31.69% from 325); Blue value is 144 (56.64% from 255 or 44.31% from 325); Max value from RGB is 144 - color contains mainly: blue. Hex color #4E6790 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E6790 is #B1986F. Grayscale: #646464. Windows color (decimal): -11638896 or 9463630. OLE color: 9463630.
HSL color Cylindrical-coordinate representation of color #4E6790: hue angle of 217.27º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4E6790 is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 78 | 103 | 144 | - |
| CMYK | 0.46 | 0.28 | 0 | 0.44 |
| HSL | 217.27º | 0.3% | 0.44% | - |
| HSV(B) | 217.27º | 0.46% | 0.56% | - |
| XYZ | 13.03 | 13.33 | 28.27 | - |
| YUV | 100.2 | 152.72 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 103 | 144 | 0.46 | 0.28 | 0 | 0.44 | 217.27 | 0.3 | 0.44 |
| Hex | 4E | 67 | 90 | 2E | 1C | 0 | 2C | D9 | 1E | 2C |
| Octal | 116 | 147 | 220 | 56 | 34 | 0 | 54 | 331 | 36 | 54 |
| Binary | 1001110 | 1100111 | 10010000 | 101110 | 11100 | 0 | 101100 | 11011001 | 11110 | 101100 |
Color Harmonies of #4E6790
Complementary color
Monochromatic Colors of #4E6790
Black with #4E6790
Text Example
Text Example
White with #4E6790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6790; }
p { color: rgb(78,103,144); }
H1.HeaderClassName
{
color: #4E6790;
}
.AnyTagClassName
{
color: #4E6790;
}
</style>
background-color css
<style>
a { background-color: #4E6790; }
a { background-color: rgb(78,103,144); }
div.DivClassName
{
background-color: #4E6790;
}
.BgClassName
{
background-color: #4E6790;
}
</style>
border-color css
<style>
span { border-color: #4E6790; }
span { border-color: rgb(78,103,144); }
td.TdClassName
{
border-color: #4E6790;
}
.TagClassName
{
border-color: #4E6790;
}
</style>