Shades of Rich Blue #4A44B6
Tints of Rich Blue #4A44B6
RGB
CMYK
RGB Variations
Color information
#4A44B6 (or 0x4A44B6) is known color: Rich Blue. HEX triplet: 4A, 44 and B6. RGB value is (74,68,182). Sum of RGB (Red+Green+Blue) = 74+68+182=324 (42% of max value = 765). Red value is 74 (29.30% from 255 or 22.84% from 324); Green value is 68 (26.95% from 255 or 20.99% from 324); Blue value is 182 (71.48% from 255 or 56.17% from 324); Max value from RGB is 182 - color contains mainly: blue. Hex color #4A44B6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A44B6 is #B5BB49. Grayscale: #525252. Windows color (decimal): -11909962 or 11945034. OLE color: 11945034.
HSL color Cylindrical-coordinate representation of color #4A44B6: hue angle of 243.16º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4A44B6 is Cyan = 0.59, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 74 | 68 | 182 | - |
| CMYK | 0.59 | 0.63 | 0 | 0.29 |
| HSL | 243.16º | 0.46% | 0.49% | - |
| HSV(B) | 243.16º | 0.63% | 0.71% | - |
| XYZ | 13.33 | 8.97 | 45.28 | - |
| YUV | 82.79 | 183.99 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 68 | 182 | 0.59 | 0.63 | 0 | 0.29 | 243.16 | 0.46 | 0.49 |
| Hex | 4A | 44 | B6 | 3B | 3F | 0 | 1D | F3 | 2E | 31 |
| Octal | 112 | 104 | 266 | 73 | 77 | 0 | 35 | 363 | 56 | 61 |
| Binary | 1001010 | 1000100 | 10110110 | 111011 | 111111 | 0 | 11101 | 11110011 | 101110 | 110001 |
Color Harmonies of #4A44B6
Complementary color
Monochromatic Colors of #4A44B6
Black with #4A44B6
Text Example
Text Example
White with #4A44B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A44B6; }
p { color: rgb(74,68,182); }
H1.HeaderClassName
{
color: #4A44B6;
}
.AnyTagClassName
{
color: #4A44B6;
}
</style>
background-color css
<style>
a { background-color: #4A44B6; }
a { background-color: rgb(74,68,182); }
div.DivClassName
{
background-color: #4A44B6;
}
.BgClassName
{
background-color: #4A44B6;
}
</style>
border-color css
<style>
span { border-color: #4A44B6; }
span { border-color: rgb(74,68,182); }
td.TdClassName
{
border-color: #4A44B6;
}
.TagClassName
{
border-color: #4A44B6;
}
</style>