Shades of Royal Blue #4356E6
Tints of Royal Blue #4356E6
RGB
CMYK
RGB Variations
Color information
#4356E6 (or 0x4356E6) is known color: Royal Blue. HEX triplet: 43, 56 and E6. RGB value is (67,86,230). Sum of RGB (Red+Green+Blue) = 67+86+230=383 (50% of max value = 765). Red value is 67 (26.56% from 255 or 17.49% from 383); Green value is 86 (33.98% from 255 or 22.45% from 383); Blue value is 230 (90.23% from 255 or 60.05% from 383); Max value from RGB is 230 - color contains mainly: blue. Hex color #4356E6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4356E6 is #BCA919. Grayscale: #606060. Windows color (decimal): -12364058 or 15095363. OLE color: 15095363.
HSL color Cylindrical-coordinate representation of color #4356E6: hue angle of 233.01º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4356E6 is Cyan = 0.71, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 67 | 86 | 230 | - |
| CMYK | 0.71 | 0.63 | 0 | 0.10 |
| HSL | 233.01º | 0.77% | 0.58% | - |
| HSV(B) | 233.01º | 0.71% | 0.9% | - |
| XYZ | 19.93 | 13.56 | 76.43 | - |
| YUV | 96.74 | 203.21 | 106.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 86 | 230 | 0.71 | 0.63 | 0 | 0.10 | 233.01 | 0.77 | 0.58 |
| Hex | 43 | 56 | E6 | 47 | 3F | 0 | A | E9 | 4D | 3A |
| Octal | 103 | 126 | 346 | 107 | 77 | 0 | 12 | 351 | 115 | 72 |
| Binary | 1000011 | 1010110 | 11100110 | 1000111 | 111111 | 0 | 1010 | 11101001 | 1001101 | 111010 |
Color Harmonies of #4356E6
Complementary color
Monochromatic Colors of #4356E6
Black with #4356E6
Text Example
Text Example
White with #4356E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4356E6; }
p { color: rgb(67,86,230); }
H1.HeaderClassName
{
color: #4356E6;
}
.AnyTagClassName
{
color: #4356E6;
}
</style>
background-color css
<style>
a { background-color: #4356E6; }
a { background-color: rgb(67,86,230); }
div.DivClassName
{
background-color: #4356E6;
}
.BgClassName
{
background-color: #4356E6;
}
</style>
border-color css
<style>
span { border-color: #4356E6; }
span { border-color: rgb(67,86,230); }
td.TdClassName
{
border-color: #4356E6;
}
.TagClassName
{
border-color: #4356E6;
}
</style>