Shades of Free Speech Blue #4153CC
Tints of Free Speech Blue #4153CC
RGB
CMYK
RGB Variations
Color information
#4153CC (or 0x4153CC) is known color: Free Speech Blue. HEX triplet: 41, 53 and CC. RGB value is (65,83,204). Sum of RGB (Red+Green+Blue) = 65+83+204=352 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.47% from 352); Green value is 83 (32.81% from 255 or 23.58% from 352); Blue value is 204 (80.08% from 255 or 57.95% from 352); Max value from RGB is 204 - color contains mainly: blue. Hex color #4153CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4153CC is #BEAC33. Grayscale: #5A5A5A. Windows color (decimal): -12495924 or 13390657. OLE color: 13390657.
HSL color Cylindrical-coordinate representation of color #4153CC: hue angle of 232.23º 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 #4153CC is Cyan = 0.68, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 65 | 83 | 204 | - |
| CMYK | 0.68 | 0.59 | 0 | 0.2 |
| HSL | 232.23º | 0.58% | 0.53% | - |
| HSV(B) | 232.23º | 0.68% | 0.8% | - |
| XYZ | 16.17 | 11.67 | 58.53 | - |
| YUV | 91.41 | 191.54 | 109.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 83 | 204 | 0.68 | 0.59 | 0 | 0.2 | 232.23 | 0.58 | 0.53 |
| Hex | 41 | 53 | CC | 44 | 3B | 0 | 14 | E8 | 3A | 35 |
| Octal | 101 | 123 | 314 | 104 | 73 | 0 | 24 | 350 | 72 | 65 |
| Binary | 1000001 | 1010011 | 11001100 | 1000100 | 111011 | 0 | 10100 | 11101000 | 111010 | 110101 |
Color Harmonies of #4153CC
Complementary color
Monochromatic Colors of #4153CC
Black with #4153CC
Text Example
Text Example
White with #4153CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4153CC; }
p { color: rgb(65,83,204); }
H1.HeaderClassName
{
color: #4153CC;
}
.AnyTagClassName
{
color: #4153CC;
}
</style>
background-color css
<style>
a { background-color: #4153CC; }
a { background-color: rgb(65,83,204); }
div.DivClassName
{
background-color: #4153CC;
}
.BgClassName
{
background-color: #4153CC;
}
</style>
border-color css
<style>
span { border-color: #4153CC; }
span { border-color: rgb(65,83,204); }
td.TdClassName
{
border-color: #4153CC;
}
.TagClassName
{
border-color: #4153CC;
}
</style>