Shades of Royal Blue #4B7BD5
Tints of Royal Blue #4B7BD5
RGB
CMYK
RGB Variations
Color information
#4B7BD5 (or 0x4B7BD5) is known color: Royal Blue. HEX triplet: 4B, 7B and D5. RGB value is (75,123,213). Sum of RGB (Red+Green+Blue) = 75+123+213=411 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.25% from 411); Green value is 123 (48.44% from 255 or 29.93% from 411); Blue value is 213 (83.59% from 255 or 51.82% from 411); Max value from RGB is 213 - color contains mainly: blue. Hex color #4B7BD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B7BD5 is #B4842A. Grayscale: #767676. Windows color (decimal): -11830315 or 13990731. OLE color: 13990731.
HSL color Cylindrical-coordinate representation of color #4B7BD5: hue angle of 219.13º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4B7BD5 is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 75 | 123 | 213 | - |
CMYK | 0.65 | 0.42 | 0 | 0.16 |
HSL | 219.13º | 0.62% | 0.56% | - |
HSV(B) | 219.13º | 0.65% | 0.84% | - |
XYZ | 21.99 | 20.47 | 65.74 | - |
YUV | 118.91 | 181.1 | 96.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 75 | 123 | 213 | 0.65 | 0.42 | 0 | 0.16 | 219.13 | 0.62 | 0.56 |
Hex | 4B | 7B | D5 | 41 | 2A | 0 | 10 | DB | 3E | 38 |
Octal | 113 | 173 | 325 | 101 | 52 | 0 | 20 | 333 | 76 | 70 |
Binary | 1001011 | 1111011 | 11010101 | 1000001 | 101010 | 0 | 10000 | 11011011 | 111110 | 111000 |
Color Harmonies of #4B7BD5
Complementary color
Monochromatic Colors of #4B7BD5
Black with #4B7BD5
Text Example
Text Example
White with #4B7BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7BD5; }
p { color: rgb(75,123,213); }
H1.HeaderClassName
{
color: #4B7BD5;
}
.AnyTagClassName
{
color: #4B7BD5;
}
</style>
background-color css
<style>
a { background-color: #4B7BD5; }
a { background-color: rgb(75,123,213); }
div.DivClassName
{
background-color: #4B7BD5;
}
.BgClassName
{
background-color: #4B7BD5;
}
</style>
border-color css
<style>
span { border-color: #4B7BD5; }
span { border-color: rgb(75,123,213); }
td.TdClassName
{
border-color: #4B7BD5;
}
.TagClassName
{
border-color: #4B7BD5;
}
</style>