Shades of Royal Blue #4475EF
Tints of Royal Blue #4475EF
RGB
CMYK
RGB Variations
Color information
#4475EF (or 0x4475EF) is known color: Royal Blue. HEX triplet: 44, 75 and EF. RGB value is (68,117,239). Sum of RGB (Red+Green+Blue) = 68+117+239=424 (56% of max value = 765). Red value is 68 (26.95% from 255 or 16.04% from 424); Green value is 117 (46.09% from 255 or 27.59% from 424); Blue value is 239 (93.75% from 255 or 56.37% from 424); Max value from RGB is 239 - color contains mainly: blue. Hex color #4475EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4475EF is #BB8A10. Grayscale: #737373. Windows color (decimal): -12290577 or 15693124. OLE color: 15693124.
HSL color Cylindrical-coordinate representation of color #4475EF: hue angle of 222.81º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4475EF is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 68 | 117 | 239 | - |
| CMYK | 0.72 | 0.51 | 0 | 0.06 |
| HSL | 222.81º | 0.84% | 0.6% | - |
| HSV(B) | 222.81º | 0.72% | 0.94% | - |
| XYZ | 24.33 | 20.18 | 84.28 | - |
| YUV | 116.26 | 197.27 | 93.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 117 | 239 | 0.72 | 0.51 | 0 | 0.06 | 222.81 | 0.84 | 0.6 |
| Hex | 44 | 75 | EF | 48 | 33 | 0 | 6 | DF | 54 | 3C |
| Octal | 104 | 165 | 357 | 110 | 63 | 0 | 6 | 337 | 124 | 74 |
| Binary | 1000100 | 1110101 | 11101111 | 1001000 | 110011 | 0 | 110 | 11011111 | 1010100 | 111100 |
Color Harmonies of #4475EF
Complementary color
Monochromatic Colors of #4475EF
Black with #4475EF
Text Example
Text Example
White with #4475EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4475EF; }
p { color: rgb(68,117,239); }
H1.HeaderClassName
{
color: #4475EF;
}
.AnyTagClassName
{
color: #4475EF;
}
</style>
background-color css
<style>
a { background-color: #4475EF; }
a { background-color: rgb(68,117,239); }
div.DivClassName
{
background-color: #4475EF;
}
.BgClassName
{
background-color: #4475EF;
}
</style>
border-color css
<style>
span { border-color: #4475EF; }
span { border-color: rgb(68,117,239); }
td.TdClassName
{
border-color: #4475EF;
}
.TagClassName
{
border-color: #4475EF;
}
</style>