Shades of Kashmir Blue #4F5F90
Tints of Kashmir Blue #4F5F90
RGB
CMYK
RGB Variations
Color information
#4F5F90 (or 0x4F5F90) is known color: Kashmir Blue. HEX triplet: 4F, 5F and 90. RGB value is (79,95,144). Sum of RGB (Red+Green+Blue) = 79+95+144=318 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.84% from 318); Green value is 95 (37.5% from 255 or 29.87% from 318); Blue value is 144 (56.64% from 255 or 45.28% from 318); Max value from RGB is 144 - color contains mainly: blue. Hex color #4F5F90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F5F90 is #B0A06F. Grayscale: #5F5F5F. Windows color (decimal): -11575408 or 9461583. OLE color: 9461583.
HSL color Cylindrical-coordinate representation of color #4F5F90: hue angle of 225.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 #4F5F90 is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 79 | 95 | 144 | - |
| CMYK | 0.45 | 0.34 | 0 | 0.44 |
| HSL | 225.23º | 0.29% | 0.44% | - |
| HSV(B) | 225.23º | 0.45% | 0.56% | - |
| XYZ | 12.35 | 11.86 | 28.02 | - |
| YUV | 95.8 | 155.2 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 95 | 144 | 0.45 | 0.34 | 0 | 0.44 | 225.23 | 0.29 | 0.44 |
| Hex | 4F | 5F | 90 | 2D | 22 | 0 | 2C | E1 | 1D | 2C |
| Octal | 117 | 137 | 220 | 55 | 42 | 0 | 54 | 341 | 35 | 54 |
| Binary | 1001111 | 1011111 | 10010000 | 101101 | 100010 | 0 | 101100 | 11100001 | 11101 | 101100 |
Color Harmonies of #4F5F90
Complementary color
Monochromatic Colors of #4F5F90
Black with #4F5F90
Text Example
Text Example
White with #4F5F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5F90; }
p { color: rgb(79,95,144); }
H1.HeaderClassName
{
color: #4F5F90;
}
.AnyTagClassName
{
color: #4F5F90;
}
</style>
background-color css
<style>
a { background-color: #4F5F90; }
a { background-color: rgb(79,95,144); }
div.DivClassName
{
background-color: #4F5F90;
}
.BgClassName
{
background-color: #4F5F90;
}
</style>
border-color css
<style>
span { border-color: #4F5F90; }
span { border-color: rgb(79,95,144); }
td.TdClassName
{
border-color: #4F5F90;
}
.TagClassName
{
border-color: #4F5F90;
}
</style>