Shades of Royal Blue #4269CC
Tints of Royal Blue #4269CC
RGB
CMYK
RGB Variations
Color information
#4269CC (or 0x4269CC) is known color: Royal Blue. HEX triplet: 42, 69 and CC. RGB value is (66,105,204). Sum of RGB (Red+Green+Blue) = 66+105+204=375 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.6% from 375); Green value is 105 (41.41% from 255 or 28% from 375); Blue value is 204 (80.08% from 255 or 54.4% from 375); Max value from RGB is 204 - color contains mainly: blue. Hex color #4269CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4269CC is #BD9633. Grayscale: #686868. Windows color (decimal): -12424756 or 13396290. OLE color: 13396290.
HSL color Cylindrical-coordinate representation of color #4269CC: hue angle of 223.04º degrees, saturation: 0.57, 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 #4269CC is Cyan = 0.68, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 66 | 105 | 204 | - |
| CMYK | 0.68 | 0.49 | 0 | 0.2 |
| HSL | 223.04º | 0.58% | 0.53% | - |
| HSV(B) | 223.04º | 0.68% | 0.8% | - |
| XYZ | 18.2 | 15.62 | 59.18 | - |
| YUV | 104.63 | 184.08 | 100.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 105 | 204 | 0.68 | 0.49 | 0 | 0.2 | 223.04 | 0.58 | 0.53 |
| Hex | 42 | 69 | CC | 44 | 31 | 0 | 14 | DF | 3A | 35 |
| Octal | 102 | 151 | 314 | 104 | 61 | 0 | 24 | 337 | 72 | 65 |
| Binary | 1000010 | 1101001 | 11001100 | 1000100 | 110001 | 0 | 10100 | 11011111 | 111010 | 110101 |
Color Harmonies of #4269CC
Complementary color
Monochromatic Colors of #4269CC
Black with #4269CC
Text Example
Text Example
White with #4269CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4269CC; }
p { color: rgb(66,105,204); }
H1.HeaderClassName
{
color: #4269CC;
}
.AnyTagClassName
{
color: #4269CC;
}
</style>
background-color css
<style>
a { background-color: #4269CC; }
a { background-color: rgb(66,105,204); }
div.DivClassName
{
background-color: #4269CC;
}
.BgClassName
{
background-color: #4269CC;
}
</style>
border-color css
<style>
span { border-color: #4269CC; }
span { border-color: rgb(66,105,204); }
td.TdClassName
{
border-color: #4269CC;
}
.TagClassName
{
border-color: #4269CC;
}
</style>