Shades of Royal Blue #4B5CDD
Tints of Royal Blue #4B5CDD
RGB
CMYK
RGB Variations
Color information
#4B5CDD (or 0x4B5CDD) is known color: Royal Blue. HEX triplet: 4B, 5C and DD. RGB value is (75,92,221). Sum of RGB (Red+Green+Blue) = 75+92+221=388 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.33% from 388); Green value is 92 (36.33% from 255 or 23.71% from 388); Blue value is 221 (86.72% from 255 or 56.96% from 388); Max value from RGB is 221 - color contains mainly: blue. Hex color #4B5CDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B5CDD is #B4A322. Grayscale: #656565. Windows color (decimal): -11838243 or 14507083. OLE color: 14507083.
HSL color Cylindrical-coordinate representation of color #4B5CDD: hue angle of 233.01º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4B5CDD is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 92 | 221 | - |
| CMYK | 0.66 | 0.58 | 0 | 0.13 |
| HSL | 233.01º | 0.68% | 0.58% | - |
| HSV(B) | 233.01º | 0.66% | 0.87% | - |
| XYZ | 19.78 | 14.37 | 70.14 | - |
| YUV | 101.62 | 195.37 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 92 | 221 | 0.66 | 0.58 | 0 | 0.13 | 233.01 | 0.68 | 0.58 |
| Hex | 4B | 5C | DD | 42 | 3A | 0 | D | E9 | 44 | 3A |
| Octal | 113 | 134 | 335 | 102 | 72 | 0 | 15 | 351 | 104 | 72 |
| Binary | 1001011 | 1011100 | 11011101 | 1000010 | 111010 | 0 | 1101 | 11101001 | 1000100 | 111010 |
Color Harmonies of #4B5CDD
Complementary color
Monochromatic Colors of #4B5CDD
Black with #4B5CDD
Text Example
Text Example
White with #4B5CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5CDD; }
p { color: rgb(75,92,221); }
H1.HeaderClassName
{
color: #4B5CDD;
}
.AnyTagClassName
{
color: #4B5CDD;
}
</style>
background-color css
<style>
a { background-color: #4B5CDD; }
a { background-color: rgb(75,92,221); }
div.DivClassName
{
background-color: #4B5CDD;
}
.BgClassName
{
background-color: #4B5CDD;
}
</style>
border-color css
<style>
span { border-color: #4B5CDD; }
span { border-color: rgb(75,92,221); }
td.TdClassName
{
border-color: #4B5CDD;
}
.TagClassName
{
border-color: #4B5CDD;
}
</style>