Shades of Rich Blue #4743AF
Tints of Rich Blue #4743AF
RGB
CMYK
RGB Variations
Color information
#4743AF (or 0x4743AF) is known color: Rich Blue. HEX triplet: 47, 43 and AF. RGB value is (71,67,175). Sum of RGB (Red+Green+Blue) = 71+67+175=313 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.68% from 313); Green value is 67 (26.56% from 255 or 21.41% from 313); Blue value is 175 (68.75% from 255 or 55.91% from 313); Max value from RGB is 175 - color contains mainly: blue. Hex color #4743AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4743AF is #B8BC50. Grayscale: #505050. Windows color (decimal): -12106833 or 11486023. OLE color: 11486023.
HSL color Cylindrical-coordinate representation of color #4743AF: hue angle of 242.22º 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 #4743AF is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 71 | 67 | 175 | - |
| CMYK | 0.59 | 0.62 | 0 | 0.31 |
| HSL | 242.22º | 0.45% | 0.47% | - |
| HSV(B) | 242.22º | 0.62% | 0.69% | - |
| XYZ | 12.34 | 8.45 | 41.54 | - |
| YUV | 80.51 | 181.33 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 67 | 175 | 0.59 | 0.62 | 0 | 0.31 | 242.22 | 0.45 | 0.47 |
| Hex | 47 | 43 | AF | 3B | 3E | 0 | 1F | F2 | 2D | 2F |
| Octal | 107 | 103 | 257 | 73 | 76 | 0 | 37 | 362 | 55 | 57 |
| Binary | 1000111 | 1000011 | 10101111 | 111011 | 111110 | 0 | 11111 | 11110010 | 101101 | 101111 |
Color Harmonies of #4743AF
Complementary color
Monochromatic Colors of #4743AF
Black with #4743AF
Text Example
Text Example
White with #4743AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4743AF; }
p { color: rgb(71,67,175); }
H1.HeaderClassName
{
color: #4743AF;
}
.AnyTagClassName
{
color: #4743AF;
}
</style>
background-color css
<style>
a { background-color: #4743AF; }
a { background-color: rgb(71,67,175); }
div.DivClassName
{
background-color: #4743AF;
}
.BgClassName
{
background-color: #4743AF;
}
</style>
border-color css
<style>
span { border-color: #4743AF; }
span { border-color: rgb(71,67,175); }
td.TdClassName
{
border-color: #4743AF;
}
.TagClassName
{
border-color: #4743AF;
}
</style>