Shades of Rich Blue #4643B1
Tints of Rich Blue #4643B1
RGB
CMYK
RGB Variations
Color information
#4643B1 (or 0x4643B1) is known color: Rich Blue. HEX triplet: 46, 43 and B1. RGB value is (70,67,177). Sum of RGB (Red+Green+Blue) = 70+67+177=314 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.29% from 314); Green value is 67 (26.56% from 255 or 21.34% from 314); Blue value is 177 (69.53% from 255 or 56.37% from 314); Max value from RGB is 177 - color contains mainly: blue. Hex color #4643B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4643B1 is #B9BC4E. Grayscale: #505050. Windows color (decimal): -12172367 or 11617094. OLE color: 11617094.
HSL color Cylindrical-coordinate representation of color #4643B1: hue angle of 241.64º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4643B1 is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 70 | 67 | 177 | - |
| CMYK | 0.60 | 0.62 | 0 | 0.31 |
| HSL | 241.64º | 0.45% | 0.48% | - |
| HSV(B) | 241.64º | 0.62% | 0.69% | - |
| XYZ | 12.47 | 8.49 | 42.58 | - |
| YUV | 80.44 | 182.49 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 67 | 177 | 0.60 | 0.62 | 0 | 0.31 | 241.64 | 0.45 | 0.48 |
| Hex | 46 | 43 | B1 | 3C | 3E | 0 | 1F | F2 | 2D | 30 |
| Octal | 106 | 103 | 261 | 74 | 76 | 0 | 37 | 362 | 55 | 60 |
| Binary | 1000110 | 1000011 | 10110001 | 111100 | 111110 | 0 | 11111 | 11110010 | 101101 | 110000 |
Color Harmonies of #4643B1
Complementary color
Monochromatic Colors of #4643B1
Black with #4643B1
Text Example
Text Example
White with #4643B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4643B1; }
p { color: rgb(70,67,177); }
H1.HeaderClassName
{
color: #4643B1;
}
.AnyTagClassName
{
color: #4643B1;
}
</style>
background-color css
<style>
a { background-color: #4643B1; }
a { background-color: rgb(70,67,177); }
div.DivClassName
{
background-color: #4643B1;
}
.BgClassName
{
background-color: #4643B1;
}
</style>
border-color css
<style>
span { border-color: #4643B1; }
span { border-color: rgb(70,67,177); }
td.TdClassName
{
border-color: #4643B1;
}
.TagClassName
{
border-color: #4643B1;
}
</style>