Shades of Free Speech Blue #4145CC
Tints of Free Speech Blue #4145CC
RGB
CMYK
RGB Variations
Color information
#4145CC (or 0x4145CC) is known color: Free Speech Blue. HEX triplet: 41, 45 and CC. RGB value is (65,69,204). Sum of RGB (Red+Green+Blue) = 65+69+204=338 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.23% from 338); Green value is 69 (27.34% from 255 or 20.41% from 338); Blue value is 204 (80.08% from 255 or 60.36% from 338); Max value from RGB is 204 - color contains mainly: blue. Hex color #4145CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4145CC is #BEBA33. Grayscale: #525252. Windows color (decimal): -12499508 or 13387073. OLE color: 13387073.
HSL color Cylindrical-coordinate representation of color #4145CC: hue angle of 238.27º 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 #4145CC is Cyan = 0.68, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 65 | 69 | 204 | - |
| CMYK | 0.68 | 0.66 | 0 | 0.2 |
| HSL | 238.27º | 0.58% | 0.53% | - |
| HSV(B) | 238.27º | 0.68% | 0.8% | - |
| XYZ | 15.21 | 9.74 | 58.21 | - |
| YUV | 83.19 | 196.17 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 69 | 204 | 0.68 | 0.66 | 0 | 0.2 | 238.27 | 0.58 | 0.53 |
| Hex | 41 | 45 | CC | 44 | 42 | 0 | 14 | EE | 3A | 35 |
| Octal | 101 | 105 | 314 | 104 | 102 | 0 | 24 | 356 | 72 | 65 |
| Binary | 1000001 | 1000101 | 11001100 | 1000100 | 1000010 | 0 | 10100 | 11101110 | 111010 | 110101 |
Color Harmonies of #4145CC
Complementary color
Monochromatic Colors of #4145CC
Black with #4145CC
Text Example
Text Example
White with #4145CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4145CC; }
p { color: rgb(65,69,204); }
H1.HeaderClassName
{
color: #4145CC;
}
.AnyTagClassName
{
color: #4145CC;
}
</style>
background-color css
<style>
a { background-color: #4145CC; }
a { background-color: rgb(65,69,204); }
div.DivClassName
{
background-color: #4145CC;
}
.BgClassName
{
background-color: #4145CC;
}
</style>
border-color css
<style>
span { border-color: #4145CC; }
span { border-color: rgb(65,69,204); }
td.TdClassName
{
border-color: #4145CC;
}
.TagClassName
{
border-color: #4145CC;
}
</style>