Shades of Kashmir Blue #4D6290
Tints of Kashmir Blue #4D6290
RGB
CMYK
RGB Variations
Color information
#4D6290 (or 0x4D6290) is known color: Kashmir Blue. HEX triplet: 4D, 62 and 90. RGB value is (77,98,144). Sum of RGB (Red+Green+Blue) = 77+98+144=319 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.14% from 319); Green value is 98 (38.67% from 255 or 30.72% from 319); Blue value is 144 (56.64% from 255 or 45.14% from 319); Max value from RGB is 144 - color contains mainly: blue. Hex color #4D6290 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D6290 is #B29D6F. Grayscale: #606060. Windows color (decimal): -11705712 or 9462349. OLE color: 9462349.
HSL color Cylindrical-coordinate representation of color #4D6290: hue angle of 221.19º 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 #4D6290 is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 77 | 98 | 144 | - |
| CMYK | 0.47 | 0.32 | 0 | 0.44 |
| HSL | 221.19º | 0.3% | 0.43% | - |
| HSV(B) | 221.19º | 0.47% | 0.56% | - |
| XYZ | 12.46 | 12.33 | 28.11 | - |
| YUV | 96.97 | 154.54 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 98 | 144 | 0.47 | 0.32 | 0 | 0.44 | 221.19 | 0.3 | 0.43 |
| Hex | 4D | 62 | 90 | 2F | 20 | 0 | 2C | DD | 1E | 2B |
| Octal | 115 | 142 | 220 | 57 | 40 | 0 | 54 | 335 | 36 | 53 |
| Binary | 1001101 | 1100010 | 10010000 | 101111 | 100000 | 0 | 101100 | 11011101 | 11110 | 101011 |
Color Harmonies of #4D6290
Complementary color
Monochromatic Colors of #4D6290
Black with #4D6290
Text Example
Text Example
White with #4D6290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6290; }
p { color: rgb(77,98,144); }
H1.HeaderClassName
{
color: #4D6290;
}
.AnyTagClassName
{
color: #4D6290;
}
</style>
background-color css
<style>
a { background-color: #4D6290; }
a { background-color: rgb(77,98,144); }
div.DivClassName
{
background-color: #4D6290;
}
.BgClassName
{
background-color: #4D6290;
}
</style>
border-color css
<style>
span { border-color: #4D6290; }
span { border-color: rgb(77,98,144); }
td.TdClassName
{
border-color: #4D6290;
}
.TagClassName
{
border-color: #4D6290;
}
</style>