Shades of Rich Blue #4D43AF
Tints of Rich Blue #4D43AF
RGB
CMYK
RGB Variations
Color information
#4D43AF (or 0x4D43AF) is known color: Rich Blue. HEX triplet: 4D, 43 and AF. RGB value is (77,67,175). Sum of RGB (Red+Green+Blue) = 77+67+175=319 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.14% from 319); Green value is 67 (26.56% from 255 or 21.00% from 319); Blue value is 175 (68.75% from 255 or 54.86% from 319); Max value from RGB is 175 - color contains mainly: blue. Hex color #4D43AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D43AF is #B2BC50. Grayscale: #515151. Windows color (decimal): -11713617 or 11486029. OLE color: 11486029.
HSL color Cylindrical-coordinate representation of color #4D43AF: hue angle of 245.56º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D43AF is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 77 | 67 | 175 | - |
| CMYK | 0.56 | 0.62 | 0 | 0.31 |
| HSL | 245.56º | 0.45% | 0.47% | - |
| HSV(B) | 245.56º | 0.62% | 0.69% | - |
| XYZ | 12.81 | 8.69 | 41.56 | - |
| YUV | 82.3 | 180.31 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 67 | 175 | 0.56 | 0.62 | 0 | 0.31 | 245.56 | 0.45 | 0.47 |
| Hex | 4D | 43 | AF | 38 | 3E | 0 | 1F | F6 | 2D | 2F |
| Octal | 115 | 103 | 257 | 70 | 76 | 0 | 37 | 366 | 55 | 57 |
| Binary | 1001101 | 1000011 | 10101111 | 111000 | 111110 | 0 | 11111 | 11110110 | 101101 | 101111 |
Color Harmonies of #4D43AF
Complementary color
Monochromatic Colors of #4D43AF
Black with #4D43AF
Text Example
Text Example
White with #4D43AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D43AF; }
p { color: rgb(77,67,175); }
H1.HeaderClassName
{
color: #4D43AF;
}
.AnyTagClassName
{
color: #4D43AF;
}
</style>
background-color css
<style>
a { background-color: #4D43AF; }
a { background-color: rgb(77,67,175); }
div.DivClassName
{
background-color: #4D43AF;
}
.BgClassName
{
background-color: #4D43AF;
}
</style>
border-color css
<style>
span { border-color: #4D43AF; }
span { border-color: rgb(77,67,175); }
td.TdClassName
{
border-color: #4D43AF;
}
.TagClassName
{
border-color: #4D43AF;
}
</style>