Shades of Royal Blue #4378FA
Tints of Royal Blue #4378FA
RGB
CMYK
RGB Variations
Color information
#4378FA (or 0x4378FA) is known color: Royal Blue. HEX triplet: 43, 78 and FA. RGB value is (67,120,250). Sum of RGB (Red+Green+Blue) = 67+120+250=437 (57% of max value = 765). Red value is 67 (26.56% from 255 or 15.33% from 437); Green value is 120 (47.27% from 255 or 27.46% from 437); Blue value is 250 (98.05% from 255 or 57.21% from 437); Max value from RGB is 250 - color contains mainly: blue. Hex color #4378FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4378FA is #BC8705. Grayscale: #767676. Windows color (decimal): -12355334 or 16414787. OLE color: 16414787.
HSL color Cylindrical-coordinate representation of color #4378FA: hue angle of 222.62º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4378FA is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 67 | 120 | 250 | - |
| CMYK | 0.73 | 0.52 | 0 | 0.02 |
| HSL | 222.62º | 0.95% | 0.62% | - |
| HSV(B) | 222.62º | 0.73% | 0.98% | - |
| XYZ | 26.29 | 21.53 | 93.21 | - |
| YUV | 118.97 | 201.94 | 90.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 120 | 250 | 0.73 | 0.52 | 0 | 0.02 | 222.62 | 0.95 | 0.62 |
| Hex | 43 | 78 | FA | 49 | 34 | 0 | 2 | DF | 5F | 3E |
| Octal | 103 | 170 | 372 | 111 | 64 | 0 | 2 | 337 | 137 | 76 |
| Binary | 1000011 | 1111000 | 11111010 | 1001001 | 110100 | 0 | 10 | 11011111 | 1011111 | 111110 |
Color Harmonies of #4378FA
Complementary color
Monochromatic Colors of #4378FA
Black with #4378FA
Text Example
Text Example
White with #4378FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4378FA; }
p { color: rgb(67,120,250); }
H1.HeaderClassName
{
color: #4378FA;
}
.AnyTagClassName
{
color: #4378FA;
}
</style>
background-color css
<style>
a { background-color: #4378FA; }
a { background-color: rgb(67,120,250); }
div.DivClassName
{
background-color: #4378FA;
}
.BgClassName
{
background-color: #4378FA;
}
</style>
border-color css
<style>
span { border-color: #4378FA; }
span { border-color: rgb(67,120,250); }
td.TdClassName
{
border-color: #4378FA;
}
.TagClassName
{
border-color: #4378FA;
}
</style>