Shades of Royal Blue #4069CC
Tints of Royal Blue #4069CC
RGB
CMYK
RGB Variations
Color information
#4069CC (or 0x4069CC) is known color: Royal Blue. HEX triplet: 40, 69 and CC. RGB value is (64,105,204). Sum of RGB (Red+Green+Blue) = 64+105+204=373 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.16% from 373); Green value is 105 (41.41% from 255 or 28.15% 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 #4069CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4069CC is #BF9633. Grayscale: #676767. Windows color (decimal): -12555828 or 13396288. OLE color: 13396288.
HSL color Cylindrical-coordinate representation of color #4069CC: hue angle of 222.43º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4069CC is Cyan = 0.69, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 64 | 105 | 204 | - |
| CMYK | 0.69 | 0.49 | 0 | 0.2 |
| HSL | 222.43º | 0.58% | 0.53% | - |
| HSV(B) | 222.43º | 0.69% | 0.8% | - |
| XYZ | 18.07 | 15.55 | 59.18 | - |
| YUV | 104.03 | 184.42 | 99.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 105 | 204 | 0.69 | 0.49 | 0 | 0.2 | 222.43 | 0.58 | 0.53 |
| Hex | 40 | 69 | CC | 45 | 31 | 0 | 14 | DE | 3A | 35 |
| Octal | 100 | 151 | 314 | 105 | 61 | 0 | 24 | 336 | 72 | 65 |
| Binary | 1000000 | 1101001 | 11001100 | 1000101 | 110001 | 0 | 10100 | 11011110 | 111010 | 110101 |
Color Harmonies of #4069CC
Complementary color
Monochromatic Colors of #4069CC
Black with #4069CC
Text Example
Text Example
White with #4069CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4069CC; }
p { color: rgb(64,105,204); }
H1.HeaderClassName
{
color: #4069CC;
}
.AnyTagClassName
{
color: #4069CC;
}
</style>
background-color css
<style>
a { background-color: #4069CC; }
a { background-color: rgb(64,105,204); }
div.DivClassName
{
background-color: #4069CC;
}
.BgClassName
{
background-color: #4069CC;
}
</style>
border-color css
<style>
span { border-color: #4069CC; }
span { border-color: rgb(64,105,204); }
td.TdClassName
{
border-color: #4069CC;
}
.TagClassName
{
border-color: #4069CC;
}
</style>