Shades of Royal Blue #4477EF
Tints of Royal Blue #4477EF
RGB
CMYK
RGB Variations
Color information
#4477EF (or 0x4477EF) is known color: Royal Blue. HEX triplet: 44, 77 and EF. RGB value is (68,119,239). Sum of RGB (Red+Green+Blue) = 68+119+239=426 (56% of max value = 765). Red value is 68 (26.95% from 255 or 15.96% from 426); Green value is 119 (46.88% from 255 or 27.93% from 426); Blue value is 239 (93.75% from 255 or 56.10% from 426); Max value from RGB is 239 - color contains mainly: blue. Hex color #4477EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4477EF is #BB8810. Grayscale: #747474. Windows color (decimal): -12290065 or 15693636. OLE color: 15693636.
HSL color Cylindrical-coordinate representation of color #4477EF: hue angle of 222.11º 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 #4477EF is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 68 | 119 | 239 | - |
| CMYK | 0.72 | 0.50 | 0 | 0.06 |
| HSL | 222.11º | 0.84% | 0.6% | - |
| HSV(B) | 222.11º | 0.72% | 0.94% | - |
| XYZ | 24.56 | 20.65 | 84.35 | - |
| YUV | 117.43 | 196.6 | 92.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 119 | 239 | 0.72 | 0.50 | 0 | 0.06 | 222.11 | 0.84 | 0.6 |
| Hex | 44 | 77 | EF | 48 | 32 | 0 | 6 | DE | 54 | 3C |
| Octal | 104 | 167 | 357 | 110 | 62 | 0 | 6 | 336 | 124 | 74 |
| Binary | 1000100 | 1110111 | 11101111 | 1001000 | 110010 | 0 | 110 | 11011110 | 1010100 | 111100 |
Color Harmonies of #4477EF
Complementary color
Monochromatic Colors of #4477EF
Black with #4477EF
Text Example
Text Example
White with #4477EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4477EF; }
p { color: rgb(68,119,239); }
H1.HeaderClassName
{
color: #4477EF;
}
.AnyTagClassName
{
color: #4477EF;
}
</style>
background-color css
<style>
a { background-color: #4477EF; }
a { background-color: rgb(68,119,239); }
div.DivClassName
{
background-color: #4477EF;
}
.BgClassName
{
background-color: #4477EF;
}
</style>
border-color css
<style>
span { border-color: #4477EF; }
span { border-color: rgb(68,119,239); }
td.TdClassName
{
border-color: #4477EF;
}
.TagClassName
{
border-color: #4477EF;
}
</style>