Shades of Rich Blue #483CB4
Tints of Rich Blue #483CB4
RGB
CMYK
RGB Variations
Color information
#483CB4 (or 0x483CB4) is known color: Rich Blue. HEX triplet: 48, 3C and B4. RGB value is (72,60,180). Sum of RGB (Red+Green+Blue) = 72+60+180=312 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.08% from 312); Green value is 60 (23.83% from 255 or 19.23% from 312); Blue value is 180 (70.70% from 255 or 57.69% from 312); Max value from RGB is 180 - color contains mainly: blue. Hex color #483CB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #483CB4 is #B7C34B. Grayscale: #4C4C4C. Windows color (decimal): -12043084 or 11811912. OLE color: 11811912.
HSL color Cylindrical-coordinate representation of color #483CB4: hue angle of 246º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #483CB4 is Cyan = 0.60, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 72 | 60 | 180 | - |
| CMYK | 0.60 | 0.67 | 0 | 0.29 |
| HSL | 246º | 0.5% | 0.47% | - |
| HSV(B) | 246º | 0.67% | 0.71% | - |
| XYZ | 12.53 | 7.9 | 44.05 | - |
| YUV | 77.27 | 185.98 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 60 | 180 | 0.60 | 0.67 | 0 | 0.29 | 246 | 0.5 | 0.47 |
| Hex | 48 | 3C | B4 | 3C | 43 | 0 | 1D | F6 | 32 | 2F |
| Octal | 110 | 74 | 264 | 74 | 103 | 0 | 35 | 366 | 62 | 57 |
| Binary | 1001000 | 111100 | 10110100 | 111100 | 1000011 | 0 | 11101 | 11110110 | 110010 | 101111 |
Color Harmonies of #483CB4
Complementary color
Monochromatic Colors of #483CB4
Black with #483CB4
Text Example
Text Example
White with #483CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483CB4; }
p { color: rgb(72,60,180); }
H1.HeaderClassName
{
color: #483CB4;
}
.AnyTagClassName
{
color: #483CB4;
}
</style>
background-color css
<style>
a { background-color: #483CB4; }
a { background-color: rgb(72,60,180); }
div.DivClassName
{
background-color: #483CB4;
}
.BgClassName
{
background-color: #483CB4;
}
</style>
border-color css
<style>
span { border-color: #483CB4; }
span { border-color: rgb(72,60,180); }
td.TdClassName
{
border-color: #483CB4;
}
.TagClassName
{
border-color: #483CB4;
}
</style>