Shades of Kashmir Blue #4D6990
Tints of Kashmir Blue #4D6990
RGB
CMYK
RGB Variations
Color information
#4D6990 (or 0x4D6990) is known color: Kashmir Blue. HEX triplet: 4D, 69 and 90. RGB value is (77,105,144). Sum of RGB (Red+Green+Blue) = 77+105+144=326 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.62% from 326); Green value is 105 (41.41% from 255 or 32.21% from 326); Blue value is 144 (56.64% from 255 or 44.17% from 326); Max value from RGB is 144 - color contains mainly: blue. Hex color #4D6990 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D6990 is #B2966F. Grayscale: #646464. Windows color (decimal): -11703920 or 9464141. OLE color: 9464141.
HSL color Cylindrical-coordinate representation of color #4D6990: hue angle of 214.93º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4D6990 is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 77 | 105 | 144 | - |
| CMYK | 0.47 | 0.27 | 0 | 0.44 |
| HSL | 214.93º | 0.3% | 0.43% | - |
| HSV(B) | 214.93º | 0.47% | 0.56% | - |
| XYZ | 13.15 | 13.69 | 28.34 | - |
| YUV | 101.07 | 152.22 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 105 | 144 | 0.47 | 0.27 | 0 | 0.44 | 214.93 | 0.3 | 0.43 |
| Hex | 4D | 69 | 90 | 2F | 1B | 0 | 2C | D7 | 1E | 2B |
| Octal | 115 | 151 | 220 | 57 | 33 | 0 | 54 | 327 | 36 | 53 |
| Binary | 1001101 | 1101001 | 10010000 | 101111 | 11011 | 0 | 101100 | 11010111 | 11110 | 101011 |
Color Harmonies of #4D6990
Complementary color
Monochromatic Colors of #4D6990
Black with #4D6990
Text Example
Text Example
White with #4D6990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6990; }
p { color: rgb(77,105,144); }
H1.HeaderClassName
{
color: #4D6990;
}
.AnyTagClassName
{
color: #4D6990;
}
</style>
background-color css
<style>
a { background-color: #4D6990; }
a { background-color: rgb(77,105,144); }
div.DivClassName
{
background-color: #4D6990;
}
.BgClassName
{
background-color: #4D6990;
}
</style>
border-color css
<style>
span { border-color: #4D6990; }
span { border-color: rgb(77,105,144); }
td.TdClassName
{
border-color: #4D6990;
}
.TagClassName
{
border-color: #4D6990;
}
</style>