Shades of Kashmir Blue #4F6C90
Tints of Kashmir Blue #4F6C90
RGB
CMYK
RGB Variations
Color information
#4F6C90 (or 0x4F6C90) is known color: Kashmir Blue. HEX triplet: 4F, 6C and 90. RGB value is (79,108,144). Sum of RGB (Red+Green+Blue) = 79+108+144=331 (43% of max value = 765). Red value is 79 (31.25% from 255 or 23.87% from 331); Green value is 108 (42.58% from 255 or 32.63% from 331); Blue value is 144 (56.64% from 255 or 43.50% from 331); Max value from RGB is 144 - color contains mainly: blue. Hex color #4F6C90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F6C90 is #B0936F. Grayscale: #676767. Windows color (decimal): -11572080 or 9464911. OLE color: 9464911.
HSL color Cylindrical-coordinate representation of color #4F6C90: hue angle of 213.23º 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 #4F6C90 is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 79 | 108 | 144 | - |
| CMYK | 0.45 | 0.25 | 0 | 0.44 |
| HSL | 213.23º | 0.29% | 0.44% | - |
| HSV(B) | 213.23º | 0.45% | 0.56% | - |
| XYZ | 13.62 | 14.4 | 28.45 | - |
| YUV | 103.43 | 150.89 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 108 | 144 | 0.45 | 0.25 | 0 | 0.44 | 213.23 | 0.29 | 0.44 |
| Hex | 4F | 6C | 90 | 2D | 19 | 0 | 2C | D5 | 1D | 2C |
| Octal | 117 | 154 | 220 | 55 | 31 | 0 | 54 | 325 | 35 | 54 |
| Binary | 1001111 | 1101100 | 10010000 | 101101 | 11001 | 0 | 101100 | 11010101 | 11101 | 101100 |
Color Harmonies of #4F6C90
Complementary color
Monochromatic Colors of #4F6C90
Black with #4F6C90
Text Example
Text Example
White with #4F6C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6C90; }
p { color: rgb(79,108,144); }
H1.HeaderClassName
{
color: #4F6C90;
}
.AnyTagClassName
{
color: #4F6C90;
}
</style>
background-color css
<style>
a { background-color: #4F6C90; }
a { background-color: rgb(79,108,144); }
div.DivClassName
{
background-color: #4F6C90;
}
.BgClassName
{
background-color: #4F6C90;
}
</style>
border-color css
<style>
span { border-color: #4F6C90; }
span { border-color: rgb(79,108,144); }
td.TdClassName
{
border-color: #4F6C90;
}
.TagClassName
{
border-color: #4F6C90;
}
</style>