Shades of Royal Blue #4467CF
Tints of Royal Blue #4467CF
RGB
CMYK
RGB Variations
Color information
#4467CF (or 0x4467CF) is known color: Royal Blue. HEX triplet: 44, 67 and CF. RGB value is (68,103,207). Sum of RGB (Red+Green+Blue) = 68+103+207=378 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.99% from 378); Green value is 103 (40.62% from 255 or 27.25% from 378); Blue value is 207 (81.25% from 255 or 54.76% from 378); Max value from RGB is 207 - color contains mainly: blue. Hex color #4467CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4467CF is #BB9830. Grayscale: #676767. Windows color (decimal): -12294193 or 13592388. OLE color: 13592388.
HSL color Cylindrical-coordinate representation of color #4467CF: hue angle of 224.89º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4467CF is Cyan = 0.67, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 103 | 207 | - |
| CMYK | 0.67 | 0.50 | 0 | 0.19 |
| HSL | 224.89º | 0.59% | 0.54% | - |
| HSV(B) | 224.89º | 0.67% | 0.81% | - |
| XYZ | 18.5 | 15.43 | 61.04 | - |
| YUV | 104.39 | 185.9 | 102.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 103 | 207 | 0.67 | 0.50 | 0 | 0.19 | 224.89 | 0.59 | 0.54 |
| Hex | 44 | 67 | CF | 43 | 32 | 0 | 13 | E1 | 3B | 36 |
| Octal | 104 | 147 | 317 | 103 | 62 | 0 | 23 | 341 | 73 | 66 |
| Binary | 1000100 | 1100111 | 11001111 | 1000011 | 110010 | 0 | 10011 | 11100001 | 111011 | 110110 |
Color Harmonies of #4467CF
Complementary color
Monochromatic Colors of #4467CF
Black with #4467CF
Text Example
Text Example
White with #4467CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4467CF; }
p { color: rgb(68,103,207); }
H1.HeaderClassName
{
color: #4467CF;
}
.AnyTagClassName
{
color: #4467CF;
}
</style>
background-color css
<style>
a { background-color: #4467CF; }
a { background-color: rgb(68,103,207); }
div.DivClassName
{
background-color: #4467CF;
}
.BgClassName
{
background-color: #4467CF;
}
</style>
border-color css
<style>
span { border-color: #4467CF; }
span { border-color: rgb(68,103,207); }
td.TdClassName
{
border-color: #4467CF;
}
.TagClassName
{
border-color: #4467CF;
}
</style>