Shades of Rich Blue #4843AF
Tints of Rich Blue #4843AF
RGB
CMYK
RGB Variations
Color information
#4843AF (or 0x4843AF) is known color: Rich Blue. HEX triplet: 48, 43 and AF. RGB value is (72,67,175). Sum of RGB (Red+Green+Blue) = 72+67+175=314 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.93% from 314); Green value is 67 (26.56% from 255 or 21.34% from 314); Blue value is 175 (68.75% from 255 or 55.73% from 314); Max value from RGB is 175 - color contains mainly: blue. Hex color #4843AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4843AF is #B7BC50. Grayscale: #505050. Windows color (decimal): -12041297 or 11486024. OLE color: 11486024.
HSL color Cylindrical-coordinate representation of color #4843AF: hue angle of 242.78º 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 #4843AF is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 72 | 67 | 175 | - |
| CMYK | 0.59 | 0.62 | 0 | 0.31 |
| HSL | 242.78º | 0.45% | 0.47% | - |
| HSV(B) | 242.78º | 0.62% | 0.69% | - |
| XYZ | 12.42 | 8.49 | 41.54 | - |
| YUV | 80.81 | 181.16 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 67 | 175 | 0.59 | 0.62 | 0 | 0.31 | 242.78 | 0.45 | 0.47 |
| Hex | 48 | 43 | AF | 3B | 3E | 0 | 1F | F3 | 2D | 2F |
| Octal | 110 | 103 | 257 | 73 | 76 | 0 | 37 | 363 | 55 | 57 |
| Binary | 1001000 | 1000011 | 10101111 | 111011 | 111110 | 0 | 11111 | 11110011 | 101101 | 101111 |
Color Harmonies of #4843AF
Complementary color
Monochromatic Colors of #4843AF
Black with #4843AF
Text Example
Text Example
White with #4843AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4843AF; }
p { color: rgb(72,67,175); }
H1.HeaderClassName
{
color: #4843AF;
}
.AnyTagClassName
{
color: #4843AF;
}
</style>
background-color css
<style>
a { background-color: #4843AF; }
a { background-color: rgb(72,67,175); }
div.DivClassName
{
background-color: #4843AF;
}
.BgClassName
{
background-color: #4843AF;
}
</style>
border-color css
<style>
span { border-color: #4843AF; }
span { border-color: rgb(72,67,175); }
td.TdClassName
{
border-color: #4843AF;
}
.TagClassName
{
border-color: #4843AF;
}
</style>