Shades of Royal Blue #4168CC
Tints of Royal Blue #4168CC
RGB
CMYK
RGB Variations
Color information
#4168CC (or 0x4168CC) is known color: Royal Blue. HEX triplet: 41, 68 and CC. RGB value is (65,104,204). Sum of RGB (Red+Green+Blue) = 65+104+204=373 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.43% from 373); Green value is 104 (41.02% from 255 or 27.88% from 373); Blue value is 204 (80.08% from 255 or 54.69% from 373); Max value from RGB is 204 - color contains mainly: blue. Hex color #4168CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4168CC is #BE9733. Grayscale: #676767. Windows color (decimal): -12490548 or 13396033. OLE color: 13396033.
HSL color Cylindrical-coordinate representation of color #4168CC: hue angle of 223.17º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4168CC is Cyan = 0.68, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 65 | 104 | 204 | - |
| CMYK | 0.68 | 0.49 | 0 | 0.2 |
| HSL | 223.17º | 0.58% | 0.53% | - |
| HSV(B) | 223.17º | 0.68% | 0.8% | - |
| XYZ | 18.03 | 15.38 | 59.15 | - |
| YUV | 103.74 | 184.58 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 104 | 204 | 0.68 | 0.49 | 0 | 0.2 | 223.17 | 0.58 | 0.53 |
| Hex | 41 | 68 | CC | 44 | 31 | 0 | 14 | DF | 3A | 35 |
| Octal | 101 | 150 | 314 | 104 | 61 | 0 | 24 | 337 | 72 | 65 |
| Binary | 1000001 | 1101000 | 11001100 | 1000100 | 110001 | 0 | 10100 | 11011111 | 111010 | 110101 |
Color Harmonies of #4168CC
Complementary color
Monochromatic Colors of #4168CC
Black with #4168CC
Text Example
Text Example
White with #4168CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4168CC; }
p { color: rgb(65,104,204); }
H1.HeaderClassName
{
color: #4168CC;
}
.AnyTagClassName
{
color: #4168CC;
}
</style>
background-color css
<style>
a { background-color: #4168CC; }
a { background-color: rgb(65,104,204); }
div.DivClassName
{
background-color: #4168CC;
}
.BgClassName
{
background-color: #4168CC;
}
</style>
border-color css
<style>
span { border-color: #4168CC; }
span { border-color: rgb(65,104,204); }
td.TdClassName
{
border-color: #4168CC;
}
.TagClassName
{
border-color: #4168CC;
}
</style>