Shades of Kashmir Blue #4D6A91
Tints of Kashmir Blue #4D6A91
RGB
CMYK
RGB Variations
Color information
#4D6A91 (or 0x4D6A91) is known color: Kashmir Blue. HEX triplet: 4D, 6A and 91. RGB value is (77,106,145). Sum of RGB (Red+Green+Blue) = 77+106+145=328 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.48% from 328); Green value is 106 (41.80% from 255 or 32.32% from 328); Blue value is 145 (57.03% from 255 or 44.21% from 328); Max value from RGB is 145 - color contains mainly: blue. Hex color #4D6A91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D6A91 is #B2956E. Grayscale: #656565. Windows color (decimal): -11703663 or 9529933. OLE color: 9529933.
HSL color Cylindrical-coordinate representation of color #4D6A91: hue angle of 214.41º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4D6A91 is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 77 | 106 | 145 | - |
| CMYK | 0.47 | 0.27 | 0 | 0.43 |
| HSL | 214.41º | 0.31% | 0.44% | - |
| HSV(B) | 214.41º | 0.47% | 0.57% | - |
| XYZ | 13.33 | 13.93 | 28.77 | - |
| YUV | 101.78 | 152.39 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 106 | 145 | 0.47 | 0.27 | 0 | 0.43 | 214.41 | 0.31 | 0.44 |
| Hex | 4D | 6A | 91 | 2F | 1B | 0 | 2B | D6 | 1F | 2C |
| Octal | 115 | 152 | 221 | 57 | 33 | 0 | 53 | 326 | 37 | 54 |
| Binary | 1001101 | 1101010 | 10010001 | 101111 | 11011 | 0 | 101011 | 11010110 | 11111 | 101100 |
Color Harmonies of #4D6A91
Complementary color
Monochromatic Colors of #4D6A91
Black with #4D6A91
Text Example
Text Example
White with #4D6A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6A91; }
p { color: rgb(77,106,145); }
H1.HeaderClassName
{
color: #4D6A91;
}
.AnyTagClassName
{
color: #4D6A91;
}
</style>
background-color css
<style>
a { background-color: #4D6A91; }
a { background-color: rgb(77,106,145); }
div.DivClassName
{
background-color: #4D6A91;
}
.BgClassName
{
background-color: #4D6A91;
}
</style>
border-color css
<style>
span { border-color: #4D6A91; }
span { border-color: rgb(77,106,145); }
td.TdClassName
{
border-color: #4D6A91;
}
.TagClassName
{
border-color: #4D6A91;
}
</style>