Shades of Royal Blue #4376CC
Tints of Royal Blue #4376CC
RGB
CMYK
RGB Variations
Color information
#4376CC (or 0x4376CC) is known color: Royal Blue. HEX triplet: 43, 76 and CC. RGB value is (67,118,204). Sum of RGB (Red+Green+Blue) = 67+118+204=389 (51% of max value = 765). Red value is 67 (26.56% from 255 or 17.22% from 389); Green value is 118 (46.48% from 255 or 30.33% from 389); Blue value is 204 (80.08% from 255 or 52.44% from 389); Max value from RGB is 204 - color contains mainly: blue. Hex color #4376CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4376CC is #BC8933. Grayscale: #707070. Windows color (decimal): -12355892 or 13399619. OLE color: 13399619.
HSL color Cylindrical-coordinate representation of color #4376CC: hue angle of 217.66º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4376CC is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 67 | 118 | 204 | - |
| CMYK | 0.67 | 0.42 | 0 | 0.2 |
| HSL | 217.66º | 0.57% | 0.53% | - |
| HSV(B) | 217.66º | 0.67% | 0.8% | - |
| XYZ | 19.69 | 18.51 | 59.66 | - |
| YUV | 112.56 | 179.6 | 95.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 118 | 204 | 0.67 | 0.42 | 0 | 0.2 | 217.66 | 0.57 | 0.53 |
| Hex | 43 | 76 | CC | 43 | 2A | 0 | 14 | DA | 39 | 35 |
| Octal | 103 | 166 | 314 | 103 | 52 | 0 | 24 | 332 | 71 | 65 |
| Binary | 1000011 | 1110110 | 11001100 | 1000011 | 101010 | 0 | 10100 | 11011010 | 111001 | 110101 |
Color Harmonies of #4376CC
Complementary color
Monochromatic Colors of #4376CC
Black with #4376CC
Text Example
Text Example
White with #4376CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4376CC; }
p { color: rgb(67,118,204); }
H1.HeaderClassName
{
color: #4376CC;
}
.AnyTagClassName
{
color: #4376CC;
}
</style>
background-color css
<style>
a { background-color: #4376CC; }
a { background-color: rgb(67,118,204); }
div.DivClassName
{
background-color: #4376CC;
}
.BgClassName
{
background-color: #4376CC;
}
</style>
border-color css
<style>
span { border-color: #4376CC; }
span { border-color: rgb(67,118,204); }
td.TdClassName
{
border-color: #4376CC;
}
.TagClassName
{
border-color: #4376CC;
}
</style>