Shades of Royal Blue #4A75DA
Tints of Royal Blue #4A75DA
RGB
CMYK
RGB Variations
Color information
#4A75DA (or 0x4A75DA) is known color: Royal Blue. HEX triplet: 4A, 75 and DA. RGB value is (74,117,218). Sum of RGB (Red+Green+Blue) = 74+117+218=409 (54% of max value = 765). Red value is 74 (29.30% from 255 or 18.09% from 409); Green value is 117 (46.09% from 255 or 28.61% from 409); Blue value is 218 (85.55% from 255 or 53.30% from 409); Max value from RGB is 218 - color contains mainly: blue. Hex color #4A75DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A75DA is #B58A25. Grayscale: #737373. Windows color (decimal): -11897382 or 14316874. OLE color: 14316874.
HSL color Cylindrical-coordinate representation of color #4A75DA: hue angle of 222.08º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A75DA is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 74 | 117 | 218 | - |
| CMYK | 0.66 | 0.46 | 0 | 0.15 |
| HSL | 222.08º | 0.66% | 0.57% | - |
| HSV(B) | 222.08º | 0.66% | 0.85% | - |
| XYZ | 21.84 | 19.24 | 68.89 | - |
| YUV | 115.66 | 185.75 | 98.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 117 | 218 | 0.66 | 0.46 | 0 | 0.15 | 222.08 | 0.66 | 0.57 |
| Hex | 4A | 75 | DA | 42 | 2E | 0 | F | DE | 42 | 39 |
| Octal | 112 | 165 | 332 | 102 | 56 | 0 | 17 | 336 | 102 | 71 |
| Binary | 1001010 | 1110101 | 11011010 | 1000010 | 101110 | 0 | 1111 | 11011110 | 1000010 | 111001 |
Color Harmonies of #4A75DA
Complementary color
Monochromatic Colors of #4A75DA
Black with #4A75DA
Text Example
Text Example
White with #4A75DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A75DA; }
p { color: rgb(74,117,218); }
H1.HeaderClassName
{
color: #4A75DA;
}
.AnyTagClassName
{
color: #4A75DA;
}
</style>
background-color css
<style>
a { background-color: #4A75DA; }
a { background-color: rgb(74,117,218); }
div.DivClassName
{
background-color: #4A75DA;
}
.BgClassName
{
background-color: #4A75DA;
}
</style>
border-color css
<style>
span { border-color: #4A75DA; }
span { border-color: rgb(74,117,218); }
td.TdClassName
{
border-color: #4A75DA;
}
.TagClassName
{
border-color: #4A75DA;
}
</style>