Shades of Kashmir Blue #4F6A8F
Tints of Kashmir Blue #4F6A8F
RGB
CMYK
RGB Variations
Color information
#4F6A8F (or 0x4F6A8F) is known color: Kashmir Blue. HEX triplet: 4F, 6A and 8F. RGB value is (79,106,143). Sum of RGB (Red+Green+Blue) = 79+106+143=328 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.09% from 328); Green value is 106 (41.80% from 255 or 32.32% from 328); Blue value is 143 (56.25% from 255 or 43.60% from 328); Max value from RGB is 143 - color contains mainly: blue. Hex color #4F6A8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F6A8F is #B09570. Grayscale: #656565. Windows color (decimal): -11572593 or 9398863. OLE color: 9398863.
HSL color Cylindrical-coordinate representation of color #4F6A8F: hue angle of 214.69º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4F6A8F is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 79 | 106 | 143 | - |
| CMYK | 0.45 | 0.26 | 0 | 0.44 |
| HSL | 214.69º | 0.29% | 0.44% | - |
| HSV(B) | 214.69º | 0.45% | 0.56% | - |
| XYZ | 13.34 | 13.95 | 27.98 | - |
| YUV | 102.15 | 151.05 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 106 | 143 | 0.45 | 0.26 | 0 | 0.44 | 214.69 | 0.29 | 0.44 |
| Hex | 4F | 6A | 8F | 2D | 1A | 0 | 2C | D7 | 1D | 2C |
| Octal | 117 | 152 | 217 | 55 | 32 | 0 | 54 | 327 | 35 | 54 |
| Binary | 1001111 | 1101010 | 10001111 | 101101 | 11010 | 0 | 101100 | 11010111 | 11101 | 101100 |
Color Harmonies of #4F6A8F
Complementary color
Monochromatic Colors of #4F6A8F
Black with #4F6A8F
Text Example
Text Example
White with #4F6A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6A8F; }
p { color: rgb(79,106,143); }
H1.HeaderClassName
{
color: #4F6A8F;
}
.AnyTagClassName
{
color: #4F6A8F;
}
</style>
background-color css
<style>
a { background-color: #4F6A8F; }
a { background-color: rgb(79,106,143); }
div.DivClassName
{
background-color: #4F6A8F;
}
.BgClassName
{
background-color: #4F6A8F;
}
</style>
border-color css
<style>
span { border-color: #4F6A8F; }
span { border-color: rgb(79,106,143); }
td.TdClassName
{
border-color: #4F6A8F;
}
.TagClassName
{
border-color: #4F6A8F;
}
</style>