Shades of Royal Blue #4378CF
Tints of Royal Blue #4378CF
RGB
CMYK
RGB Variations
Color information
#4378CF (or 0x4378CF) is known color: Royal Blue. HEX triplet: 43, 78 and CF. RGB value is (67,120,207). Sum of RGB (Red+Green+Blue) = 67+120+207=394 (52% of max value = 765). Red value is 67 (26.56% from 255 or 17.01% from 394); Green value is 120 (47.27% from 255 or 30.46% from 394); Blue value is 207 (81.25% from 255 or 52.54% from 394); Max value from RGB is 207 - color contains mainly: blue. Hex color #4378CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4378CF is #BC8730. Grayscale: #717171. Windows color (decimal): -12355377 or 13596739. OLE color: 13596739.
HSL color Cylindrical-coordinate representation of color #4378CF: hue angle of 217.29º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4378CF is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 120 | 207 | - |
| CMYK | 0.68 | 0.42 | 0 | 0.19 |
| HSL | 217.29º | 0.59% | 0.54% | - |
| HSV(B) | 217.29º | 0.68% | 0.81% | - |
| XYZ | 20.29 | 19.13 | 61.65 | - |
| YUV | 114.07 | 180.44 | 94.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 120 | 207 | 0.68 | 0.42 | 0 | 0.19 | 217.29 | 0.59 | 0.54 |
| Hex | 43 | 78 | CF | 44 | 2A | 0 | 13 | D9 | 3B | 36 |
| Octal | 103 | 170 | 317 | 104 | 52 | 0 | 23 | 331 | 73 | 66 |
| Binary | 1000011 | 1111000 | 11001111 | 1000100 | 101010 | 0 | 10011 | 11011001 | 111011 | 110110 |
Color Harmonies of #4378CF
Complementary color
Monochromatic Colors of #4378CF
Black with #4378CF
Text Example
Text Example
White with #4378CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4378CF; }
p { color: rgb(67,120,207); }
H1.HeaderClassName
{
color: #4378CF;
}
.AnyTagClassName
{
color: #4378CF;
}
</style>
background-color css
<style>
a { background-color: #4378CF; }
a { background-color: rgb(67,120,207); }
div.DivClassName
{
background-color: #4378CF;
}
.BgClassName
{
background-color: #4378CF;
}
</style>
border-color css
<style>
span { border-color: #4378CF; }
span { border-color: rgb(67,120,207); }
td.TdClassName
{
border-color: #4378CF;
}
.TagClassName
{
border-color: #4378CF;
}
</style>