Shades of Kashmir Blue #4D638A
Tints of Kashmir Blue #4D638A
RGB
CMYK
RGB Variations
Color information
#4D638A (or 0x4D638A) is known color: Kashmir Blue. HEX triplet: 4D, 63 and 8A. RGB value is (77,99,138). Sum of RGB (Red+Green+Blue) = 77+99+138=314 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.52% from 314); Green value is 99 (39.06% from 255 or 31.53% from 314); Blue value is 138 (54.30% from 255 or 43.95% from 314); Max value from RGB is 138 - color contains mainly: blue. Hex color #4D638A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D638A is #B29C75. Grayscale: #606060. Windows color (decimal): -11705462 or 9069389. OLE color: 9069389.
HSL color Cylindrical-coordinate representation of color #4D638A: hue angle of 218.36º 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 #4D638A is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 77 | 99 | 138 | - |
| CMYK | 0.44 | 0.28 | 0 | 0.46 |
| HSL | 218.36º | 0.28% | 0.42% | - |
| HSV(B) | 218.36º | 0.44% | 0.54% | - |
| XYZ | 12.11 | 12.34 | 25.79 | - |
| YUV | 96.87 | 151.21 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 99 | 138 | 0.44 | 0.28 | 0 | 0.46 | 218.36 | 0.28 | 0.42 |
| Hex | 4D | 63 | 8A | 2C | 1C | 0 | 2E | DA | 1C | 2A |
| Octal | 115 | 143 | 212 | 54 | 34 | 0 | 56 | 332 | 34 | 52 |
| Binary | 1001101 | 1100011 | 10001010 | 101100 | 11100 | 0 | 101110 | 11011010 | 11100 | 101010 |
Color Harmonies of #4D638A
Complementary color
Monochromatic Colors of #4D638A
Black with #4D638A
Text Example
Text Example
White with #4D638A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D638A; }
p { color: rgb(77,99,138); }
H1.HeaderClassName
{
color: #4D638A;
}
.AnyTagClassName
{
color: #4D638A;
}
</style>
background-color css
<style>
a { background-color: #4D638A; }
a { background-color: rgb(77,99,138); }
div.DivClassName
{
background-color: #4D638A;
}
.BgClassName
{
background-color: #4D638A;
}
</style>
border-color css
<style>
span { border-color: #4D638A; }
span { border-color: rgb(77,99,138); }
td.TdClassName
{
border-color: #4D638A;
}
.TagClassName
{
border-color: #4D638A;
}
</style>