Shades of Kashmir Blue #4B638D
Tints of Kashmir Blue #4B638D
RGB
CMYK
RGB Variations
Color information
#4B638D (or 0x4B638D) is known color: Kashmir Blue. HEX triplet: 4B, 63 and 8D. RGB value is (75,99,141). Sum of RGB (Red+Green+Blue) = 75+99+141=315 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.81% from 315); Green value is 99 (39.06% from 255 or 31.43% from 315); Blue value is 141 (55.47% from 255 or 44.76% from 315); Max value from RGB is 141 - color contains mainly: blue. Hex color #4B638D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B638D is #B49C72. Grayscale: #606060. Windows color (decimal): -11836531 or 9265995. OLE color: 9265995.
HSL color Cylindrical-coordinate representation of color #4B638D: hue angle of 218.18º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4B638D is Cyan = 0.47, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 75 | 99 | 141 | - |
| CMYK | 0.47 | 0.30 | 0 | 0.45 |
| HSL | 218.18º | 0.31% | 0.42% | - |
| HSV(B) | 218.18º | 0.47% | 0.55% | - |
| XYZ | 12.17 | 12.34 | 26.94 | - |
| YUV | 96.61 | 153.05 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 99 | 141 | 0.47 | 0.30 | 0 | 0.45 | 218.18 | 0.31 | 0.42 |
| Hex | 4B | 63 | 8D | 2F | 1E | 0 | 2D | DA | 1F | 2A |
| Octal | 113 | 143 | 215 | 57 | 36 | 0 | 55 | 332 | 37 | 52 |
| Binary | 1001011 | 1100011 | 10001101 | 101111 | 11110 | 0 | 101101 | 11011010 | 11111 | 101010 |
Color Harmonies of #4B638D
Complementary color
Monochromatic Colors of #4B638D
Black with #4B638D
Text Example
Text Example
White with #4B638D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B638D; }
p { color: rgb(75,99,141); }
H1.HeaderClassName
{
color: #4B638D;
}
.AnyTagClassName
{
color: #4B638D;
}
</style>
background-color css
<style>
a { background-color: #4B638D; }
a { background-color: rgb(75,99,141); }
div.DivClassName
{
background-color: #4B638D;
}
.BgClassName
{
background-color: #4B638D;
}
</style>
border-color css
<style>
span { border-color: #4B638D; }
span { border-color: rgb(75,99,141); }
td.TdClassName
{
border-color: #4B638D;
}
.TagClassName
{
border-color: #4B638D;
}
</style>