Shades of Kashmir Blue #4A608D
Tints of Kashmir Blue #4A608D
RGB
CMYK
RGB Variations
Color information
#4A608D (or 0x4A608D) is known color: Kashmir Blue. HEX triplet: 4A, 60 and 8D. RGB value is (74,96,141). Sum of RGB (Red+Green+Blue) = 74+96+141=311 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.79% from 311); Green value is 96 (37.89% from 255 or 30.87% from 311); Blue value is 141 (55.47% from 255 or 45.34% from 311); Max value from RGB is 141 - color contains mainly: blue. Hex color #4A608D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A608D is #B59F72. Grayscale: #5E5E5E. Windows color (decimal): -11902835 or 9265226. OLE color: 9265226.
HSL color Cylindrical-coordinate representation of color #4A608D: hue angle of 220.3º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4A608D is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 74 | 96 | 141 | - |
| CMYK | 0.48 | 0.32 | 0 | 0.45 |
| HSL | 220.3º | 0.31% | 0.42% | - |
| HSV(B) | 220.3º | 0.48% | 0.55% | - |
| XYZ | 11.81 | 11.74 | 26.84 | - |
| YUV | 94.55 | 154.21 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 96 | 141 | 0.48 | 0.32 | 0 | 0.45 | 220.3 | 0.31 | 0.42 |
| Hex | 4A | 60 | 8D | 30 | 20 | 0 | 2D | DC | 1F | 2A |
| Octal | 112 | 140 | 215 | 60 | 40 | 0 | 55 | 334 | 37 | 52 |
| Binary | 1001010 | 1100000 | 10001101 | 110000 | 100000 | 0 | 101101 | 11011100 | 11111 | 101010 |
Color Harmonies of #4A608D
Complementary color
Monochromatic Colors of #4A608D
Black with #4A608D
Text Example
Text Example
White with #4A608D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A608D; }
p { color: rgb(74,96,141); }
H1.HeaderClassName
{
color: #4A608D;
}
.AnyTagClassName
{
color: #4A608D;
}
</style>
background-color css
<style>
a { background-color: #4A608D; }
a { background-color: rgb(74,96,141); }
div.DivClassName
{
background-color: #4A608D;
}
.BgClassName
{
background-color: #4A608D;
}
</style>
border-color css
<style>
span { border-color: #4A608D; }
span { border-color: rgb(74,96,141); }
td.TdClassName
{
border-color: #4A608D;
}
.TagClassName
{
border-color: #4A608D;
}
</style>