Shades of Rich Blue #4F40AF
Tints of Rich Blue #4F40AF
RGB
CMYK
RGB Variations
Color information
#4F40AF (or 0x4F40AF) is known color: Rich Blue. HEX triplet: 4F, 40 and AF. RGB value is (79,64,175). Sum of RGB (Red+Green+Blue) = 79+64+175=318 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.84% from 318); Green value is 64 (25.39% from 255 or 20.13% from 318); Blue value is 175 (68.75% from 255 or 55.03% from 318); Max value from RGB is 175 - color contains mainly: blue. Hex color #4F40AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F40AF is #B0BF50. Grayscale: #505050. Windows color (decimal): -11583313 or 11485263. OLE color: 11485263.
HSL color Cylindrical-coordinate representation of color #4F40AF: hue angle of 248.11º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4F40AF is Cyan = 0.55, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 79 | 64 | 175 | - |
| CMYK | 0.55 | 0.63 | 0 | 0.31 |
| HSL | 248.11º | 0.46% | 0.47% | - |
| HSV(B) | 248.11º | 0.63% | 0.69% | - |
| XYZ | 12.8 | 8.42 | 41.51 | - |
| YUV | 81.14 | 180.97 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 64 | 175 | 0.55 | 0.63 | 0 | 0.31 | 248.11 | 0.46 | 0.47 |
| Hex | 4F | 40 | AF | 37 | 3F | 0 | 1F | F8 | 2E | 2F |
| Octal | 117 | 100 | 257 | 67 | 77 | 0 | 37 | 370 | 56 | 57 |
| Binary | 1001111 | 1000000 | 10101111 | 110111 | 111111 | 0 | 11111 | 11111000 | 101110 | 101111 |
Color Harmonies of #4F40AF
Complementary color
Monochromatic Colors of #4F40AF
Black with #4F40AF
Text Example
Text Example
White with #4F40AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F40AF; }
p { color: rgb(79,64,175); }
H1.HeaderClassName
{
color: #4F40AF;
}
.AnyTagClassName
{
color: #4F40AF;
}
</style>
background-color css
<style>
a { background-color: #4F40AF; }
a { background-color: rgb(79,64,175); }
div.DivClassName
{
background-color: #4F40AF;
}
.BgClassName
{
background-color: #4F40AF;
}
</style>
border-color css
<style>
span { border-color: #4F40AF; }
span { border-color: rgb(79,64,175); }
td.TdClassName
{
border-color: #4F40AF;
}
.TagClassName
{
border-color: #4F40AF;
}
</style>