Shades of Royal Blue #4465FA
Tints of Royal Blue #4465FA
RGB
CMYK
RGB Variations
Color information
#4465FA (or 0x4465FA) is known color: Royal Blue. HEX triplet: 44, 65 and FA. RGB value is (68,101,250). Sum of RGB (Red+Green+Blue) = 68+101+250=419 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.23% from 419); Green value is 101 (39.84% from 255 or 24.11% from 419); Blue value is 250 (98.05% from 255 or 59.67% from 419); Max value from RGB is 250 - color contains mainly: blue. Hex color #4465FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4465FA is #BB9A05. Grayscale: #6B6B6B. Windows color (decimal): -12294662 or 16409924. OLE color: 16409924.
HSL color Cylindrical-coordinate representation of color #4465FA: hue angle of 229.12º 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 #4465FA is Cyan = 0.73, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 101 | 250 | - |
| CMYK | 0.73 | 0.60 | 0 | 0.02 |
| HSL | 229.12º | 0.95% | 0.62% | - |
| HSV(B) | 229.12º | 0.73% | 0.98% | - |
| XYZ | 24.29 | 17.44 | 92.53 | - |
| YUV | 108.12 | 208.07 | 99.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 101 | 250 | 0.73 | 0.60 | 0 | 0.02 | 229.12 | 0.95 | 0.62 |
| Hex | 44 | 65 | FA | 49 | 3C | 0 | 2 | E5 | 5F | 3E |
| Octal | 104 | 145 | 372 | 111 | 74 | 0 | 2 | 345 | 137 | 76 |
| Binary | 1000100 | 1100101 | 11111010 | 1001001 | 111100 | 0 | 10 | 11100101 | 1011111 | 111110 |
Color Harmonies of #4465FA
Complementary color
Monochromatic Colors of #4465FA
Black with #4465FA
Text Example
Text Example
White with #4465FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4465FA; }
p { color: rgb(68,101,250); }
H1.HeaderClassName
{
color: #4465FA;
}
.AnyTagClassName
{
color: #4465FA;
}
</style>
background-color css
<style>
a { background-color: #4465FA; }
a { background-color: rgb(68,101,250); }
div.DivClassName
{
background-color: #4465FA;
}
.BgClassName
{
background-color: #4465FA;
}
</style>
border-color css
<style>
span { border-color: #4465FA; }
span { border-color: rgb(68,101,250); }
td.TdClassName
{
border-color: #4465FA;
}
.TagClassName
{
border-color: #4465FA;
}
</style>