Shades of Royal Blue #4382FF
Tints of Royal Blue #4382FF
RGB
CMYK
RGB Variations
Color information
#4382FF (or 0x4382FF) is known color: Royal Blue. HEX triplet: 43, 82 and FF. RGB value is (67,130,255). Sum of RGB (Red+Green+Blue) = 67+130+255=452 (59% of max value = 765). Red value is 67 (26.56% from 255 or 14.82% from 452); Green value is 130 (51.17% from 255 or 28.76% from 452); Blue value is 255 (100% from 255 or 56.42% from 452); Max value from RGB is 255 - color contains mainly: blue. Hex color #4382FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4382FF is #BC7D00. Grayscale: #7C7C7C. Windows color (decimal): -12352769 or 16745027. OLE color: 16745027.
HSL color Cylindrical-coordinate representation of color #4382FF: hue angle of 219.89º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4382FF is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 67 | 130 | 255 | - |
| CMYK | 0.74 | 0.49 | 0 | 0 |
| HSL | 219.89º | 1% | 0.63% | - |
| HSV(B) | 219.89º | 0.74% | 1% | - |
| XYZ | 28.35 | 24.38 | 97.82 | - |
| YUV | 125.41 | 201.13 | 86.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 130 | 255 | 0.74 | 0.49 | 0 | 0 | 219.89 | 1 | 0.63 |
| Hex | 43 | 82 | FF | 4A | 31 | 0 | 0 | DC | 64 | 3F |
| Octal | 103 | 202 | 377 | 112 | 61 | 0 | 0 | 334 | 144 | 77 |
| Binary | 1000011 | 10000010 | 11111111 | 1001010 | 110001 | 0 | 0 | 11011100 | 1100100 | 111111 |
Color Harmonies of #4382FF
Complementary color
Monochromatic Colors of #4382FF
Black with #4382FF
Text Example
Text Example
White with #4382FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4382FF; }
p { color: rgb(67,130,255); }
H1.HeaderClassName
{
color: #4382FF;
}
.AnyTagClassName
{
color: #4382FF;
}
</style>
background-color css
<style>
a { background-color: #4382FF; }
a { background-color: rgb(67,130,255); }
div.DivClassName
{
background-color: #4382FF;
}
.BgClassName
{
background-color: #4382FF;
}
</style>
border-color css
<style>
span { border-color: #4382FF; }
span { border-color: rgb(67,130,255); }
td.TdClassName
{
border-color: #4382FF;
}
.TagClassName
{
border-color: #4382FF;
}
</style>