Shades of Rich Blue #4742B4
Tints of Rich Blue #4742B4
RGB
CMYK
RGB Variations
Color information
#4742B4 (or 0x4742B4) is known color: Rich Blue. HEX triplet: 47, 42 and B4. RGB value is (71,66,180). Sum of RGB (Red+Green+Blue) = 71+66+180=317 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.40% from 317); Green value is 66 (26.17% from 255 or 20.82% from 317); Blue value is 180 (70.70% from 255 or 56.78% from 317); Max value from RGB is 180 - color contains mainly: blue. Hex color #4742B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4742B4 is #B8BD4B. Grayscale: #505050. Windows color (decimal): -12107084 or 11813447. OLE color: 11813447.
HSL color Cylindrical-coordinate representation of color #4742B4: hue angle of 242.63º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4742B4 is Cyan = 0.61, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 71 | 66 | 180 | - |
| CMYK | 0.61 | 0.63 | 0 | 0.29 |
| HSL | 242.63º | 0.46% | 0.48% | - |
| HSV(B) | 242.63º | 0.63% | 0.71% | - |
| XYZ | 12.78 | 8.53 | 44.15 | - |
| YUV | 80.49 | 184.16 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 66 | 180 | 0.61 | 0.63 | 0 | 0.29 | 242.63 | 0.46 | 0.48 |
| Hex | 47 | 42 | B4 | 3D | 3F | 0 | 1D | F3 | 2E | 30 |
| Octal | 107 | 102 | 264 | 75 | 77 | 0 | 35 | 363 | 56 | 60 |
| Binary | 1000111 | 1000010 | 10110100 | 111101 | 111111 | 0 | 11101 | 11110011 | 101110 | 110000 |
Color Harmonies of #4742B4
Complementary color
Monochromatic Colors of #4742B4
Black with #4742B4
Text Example
Text Example
White with #4742B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4742B4; }
p { color: rgb(71,66,180); }
H1.HeaderClassName
{
color: #4742B4;
}
.AnyTagClassName
{
color: #4742B4;
}
</style>
background-color css
<style>
a { background-color: #4742B4; }
a { background-color: rgb(71,66,180); }
div.DivClassName
{
background-color: #4742B4;
}
.BgClassName
{
background-color: #4742B4;
}
</style>
border-color css
<style>
span { border-color: #4742B4; }
span { border-color: rgb(71,66,180); }
td.TdClassName
{
border-color: #4742B4;
}
.TagClassName
{
border-color: #4742B4;
}
</style>