Shades of Rich Blue #4A43AF
Tints of Rich Blue #4A43AF
RGB
CMYK
RGB Variations
Color information
#4A43AF (or 0x4A43AF) is known color: Rich Blue. HEX triplet: 4A, 43 and AF. RGB value is (74,67,175). Sum of RGB (Red+Green+Blue) = 74+67+175=316 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.42% from 316); Green value is 67 (26.56% from 255 or 21.20% from 316); Blue value is 175 (68.75% from 255 or 55.38% from 316); Max value from RGB is 175 - color contains mainly: blue. Hex color #4A43AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A43AF is #B5BC50. Grayscale: #505050. Windows color (decimal): -11910225 or 11486026. OLE color: 11486026.
HSL color Cylindrical-coordinate representation of color #4A43AF: hue angle of 243.89º 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 #4A43AF is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 74 | 67 | 175 | - |
| CMYK | 0.58 | 0.62 | 0 | 0.31 |
| HSL | 243.89º | 0.45% | 0.47% | - |
| HSV(B) | 243.89º | 0.62% | 0.69% | - |
| XYZ | 12.57 | 8.57 | 41.55 | - |
| YUV | 81.41 | 180.82 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 67 | 175 | 0.58 | 0.62 | 0 | 0.31 | 243.89 | 0.45 | 0.47 |
| Hex | 4A | 43 | AF | 3A | 3E | 0 | 1F | F4 | 2D | 2F |
| Octal | 112 | 103 | 257 | 72 | 76 | 0 | 37 | 364 | 55 | 57 |
| Binary | 1001010 | 1000011 | 10101111 | 111010 | 111110 | 0 | 11111 | 11110100 | 101101 | 101111 |
Color Harmonies of #4A43AF
Complementary color
Monochromatic Colors of #4A43AF
Black with #4A43AF
Text Example
Text Example
White with #4A43AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A43AF; }
p { color: rgb(74,67,175); }
H1.HeaderClassName
{
color: #4A43AF;
}
.AnyTagClassName
{
color: #4A43AF;
}
</style>
background-color css
<style>
a { background-color: #4A43AF; }
a { background-color: rgb(74,67,175); }
div.DivClassName
{
background-color: #4A43AF;
}
.BgClassName
{
background-color: #4A43AF;
}
</style>
border-color css
<style>
span { border-color: #4A43AF; }
span { border-color: rgb(74,67,175); }
td.TdClassName
{
border-color: #4A43AF;
}
.TagClassName
{
border-color: #4A43AF;
}
</style>