Shades of Kashmir Blue #4F698D
Tints of Kashmir Blue #4F698D
RGB
CMYK
RGB Variations
Color information
#4F698D (or 0x4F698D) is known color: Kashmir Blue. HEX triplet: 4F, 69 and 8D. RGB value is (79,105,141). Sum of RGB (Red+Green+Blue) = 79+105+141=325 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.31% from 325); Green value is 105 (41.41% from 255 or 32.31% from 325); Blue value is 141 (55.47% from 255 or 43.38% from 325); Max value from RGB is 141 - color contains mainly: blue. Hex color #4F698D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F698D is #B09672. Grayscale: #656565. Windows color (decimal): -11572851 or 9267535. OLE color: 9267535.
HSL color Cylindrical-coordinate representation of color #4F698D: hue angle of 214.84º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4F698D is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 79 | 105 | 141 | - |
| CMYK | 0.44 | 0.26 | 0 | 0.45 |
| HSL | 214.84º | 0.28% | 0.43% | - |
| HSV(B) | 214.84º | 0.44% | 0.55% | - |
| XYZ | 13.08 | 13.69 | 27.15 | - |
| YUV | 101.33 | 150.39 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 105 | 141 | 0.44 | 0.26 | 0 | 0.45 | 214.84 | 0.28 | 0.43 |
| Hex | 4F | 69 | 8D | 2C | 1A | 0 | 2D | D7 | 1C | 2B |
| Octal | 117 | 151 | 215 | 54 | 32 | 0 | 55 | 327 | 34 | 53 |
| Binary | 1001111 | 1101001 | 10001101 | 101100 | 11010 | 0 | 101101 | 11010111 | 11100 | 101011 |
Color Harmonies of #4F698D
Complementary color
Monochromatic Colors of #4F698D
Black with #4F698D
Text Example
Text Example
White with #4F698D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F698D; }
p { color: rgb(79,105,141); }
H1.HeaderClassName
{
color: #4F698D;
}
.AnyTagClassName
{
color: #4F698D;
}
</style>
background-color css
<style>
a { background-color: #4F698D; }
a { background-color: rgb(79,105,141); }
div.DivClassName
{
background-color: #4F698D;
}
.BgClassName
{
background-color: #4F698D;
}
</style>
border-color css
<style>
span { border-color: #4F698D; }
span { border-color: rgb(79,105,141); }
td.TdClassName
{
border-color: #4F698D;
}
.TagClassName
{
border-color: #4F698D;
}
</style>