Shades of Royal Blue #4175CC
Tints of Royal Blue #4175CC
RGB
CMYK
RGB Variations
Color information
#4175CC (or 0x4175CC) is known color: Royal Blue. HEX triplet: 41, 75 and CC. RGB value is (65,117,204). Sum of RGB (Red+Green+Blue) = 65+117+204=386 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.84% from 386); Green value is 117 (46.09% from 255 or 30.31% from 386); Blue value is 204 (80.08% from 255 or 52.85% from 386); Max value from RGB is 204 - color contains mainly: blue. Hex color #4175CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4175CC is #BE8A33. Grayscale: #6E6E6E. Windows color (decimal): -12487220 or 13399361. OLE color: 13399361.
HSL color Cylindrical-coordinate representation of color #4175CC: hue angle of 217.55º 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 #4175CC is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 65 | 117 | 204 | - |
| CMYK | 0.68 | 0.43 | 0 | 0.2 |
| HSL | 217.55º | 0.58% | 0.53% | - |
| HSV(B) | 217.55º | 0.68% | 0.8% | - |
| XYZ | 19.44 | 18.21 | 59.62 | - |
| YUV | 111.37 | 180.27 | 94.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 117 | 204 | 0.68 | 0.43 | 0 | 0.2 | 217.55 | 0.58 | 0.53 |
| Hex | 41 | 75 | CC | 44 | 2B | 0 | 14 | DA | 3A | 35 |
| Octal | 101 | 165 | 314 | 104 | 53 | 0 | 24 | 332 | 72 | 65 |
| Binary | 1000001 | 1110101 | 11001100 | 1000100 | 101011 | 0 | 10100 | 11011010 | 111010 | 110101 |
Color Harmonies of #4175CC
Complementary color
Monochromatic Colors of #4175CC
Black with #4175CC
Text Example
Text Example
White with #4175CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4175CC; }
p { color: rgb(65,117,204); }
H1.HeaderClassName
{
color: #4175CC;
}
.AnyTagClassName
{
color: #4175CC;
}
</style>
background-color css
<style>
a { background-color: #4175CC; }
a { background-color: rgb(65,117,204); }
div.DivClassName
{
background-color: #4175CC;
}
.BgClassName
{
background-color: #4175CC;
}
</style>
border-color css
<style>
span { border-color: #4175CC; }
span { border-color: rgb(65,117,204); }
td.TdClassName
{
border-color: #4175CC;
}
.TagClassName
{
border-color: #4175CC;
}
</style>