Shades of Kashmir Blue #4D608A
Tints of Kashmir Blue #4D608A
RGB
CMYK
RGB Variations
Color information
#4D608A (or 0x4D608A) is known color: Kashmir Blue. HEX triplet: 4D, 60 and 8A. RGB value is (77,96,138). Sum of RGB (Red+Green+Blue) = 77+96+138=311 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.76% from 311); Green value is 96 (37.89% from 255 or 30.87% from 311); Blue value is 138 (54.30% from 255 or 44.37% from 311); Max value from RGB is 138 - color contains mainly: blue. Hex color #4D608A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D608A is #B29F75. Grayscale: #5E5E5E. Windows color (decimal): -11706230 or 9068621. OLE color: 9068621.
HSL color Cylindrical-coordinate representation of color #4D608A: hue angle of 221.31º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4D608A is Cyan = 0.44, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 77 | 96 | 138 | - |
| CMYK | 0.44 | 0.30 | 0 | 0.46 |
| HSL | 221.31º | 0.28% | 0.42% | - |
| HSV(B) | 221.31º | 0.44% | 0.54% | - |
| XYZ | 11.83 | 11.78 | 25.69 | - |
| YUV | 95.11 | 152.21 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 96 | 138 | 0.44 | 0.30 | 0 | 0.46 | 221.31 | 0.28 | 0.42 |
| Hex | 4D | 60 | 8A | 2C | 1E | 0 | 2E | DD | 1C | 2A |
| Octal | 115 | 140 | 212 | 54 | 36 | 0 | 56 | 335 | 34 | 52 |
| Binary | 1001101 | 1100000 | 10001010 | 101100 | 11110 | 0 | 101110 | 11011101 | 11100 | 101010 |
Color Harmonies of #4D608A
Complementary color
Monochromatic Colors of #4D608A
Black with #4D608A
Text Example
Text Example
White with #4D608A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D608A; }
p { color: rgb(77,96,138); }
H1.HeaderClassName
{
color: #4D608A;
}
.AnyTagClassName
{
color: #4D608A;
}
</style>
background-color css
<style>
a { background-color: #4D608A; }
a { background-color: rgb(77,96,138); }
div.DivClassName
{
background-color: #4D608A;
}
.BgClassName
{
background-color: #4D608A;
}
</style>
border-color css
<style>
span { border-color: #4D608A; }
span { border-color: rgb(77,96,138); }
td.TdClassName
{
border-color: #4D608A;
}
.TagClassName
{
border-color: #4D608A;
}
</style>