Shades of Royal Blue #4667D4
Tints of Royal Blue #4667D4
RGB
CMYK
RGB Variations
Color information
#4667D4 (or 0x4667D4) is known color: Royal Blue. HEX triplet: 46, 67 and D4. RGB value is (70,103,212). Sum of RGB (Red+Green+Blue) = 70+103+212=385 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.18% from 385); Green value is 103 (40.62% from 255 or 26.75% from 385); Blue value is 212 (83.20% from 255 or 55.06% from 385); Max value from RGB is 212 - color contains mainly: blue. Hex color #4667D4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4667D4 is #B9982B. Grayscale: #696969. Windows color (decimal): -12163116 or 13920070. OLE color: 13920070.
HSL color Cylindrical-coordinate representation of color #4667D4: hue angle of 226.06º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4667D4 is Cyan = 0.67, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 70 | 103 | 212 | - |
| CMYK | 0.67 | 0.51 | 0 | 0.17 |
| HSL | 226.06º | 0.62% | 0.55% | - |
| HSV(B) | 226.06º | 0.67% | 0.83% | - |
| XYZ | 19.26 | 15.76 | 64.31 | - |
| YUV | 105.56 | 188.07 | 102.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 103 | 212 | 0.67 | 0.51 | 0 | 0.17 | 226.06 | 0.62 | 0.55 |
| Hex | 46 | 67 | D4 | 43 | 33 | 0 | 11 | E2 | 3E | 37 |
| Octal | 106 | 147 | 324 | 103 | 63 | 0 | 21 | 342 | 76 | 67 |
| Binary | 1000110 | 1100111 | 11010100 | 1000011 | 110011 | 0 | 10001 | 11100010 | 111110 | 110111 |
Color Harmonies of #4667D4
Complementary color
Monochromatic Colors of #4667D4
Black with #4667D4
Text Example
Text Example
White with #4667D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4667D4; }
p { color: rgb(70,103,212); }
H1.HeaderClassName
{
color: #4667D4;
}
.AnyTagClassName
{
color: #4667D4;
}
</style>
background-color css
<style>
a { background-color: #4667D4; }
a { background-color: rgb(70,103,212); }
div.DivClassName
{
background-color: #4667D4;
}
.BgClassName
{
background-color: #4667D4;
}
</style>
border-color css
<style>
span { border-color: #4667D4; }
span { border-color: rgb(70,103,212); }
td.TdClassName
{
border-color: #4667D4;
}
.TagClassName
{
border-color: #4667D4;
}
</style>