Shades of Free Speech Blue #4133CA
Tints of Free Speech Blue #4133CA
RGB
CMYK
RGB Variations
Color information
#4133CA (or 0x4133CA) is known color: Free Speech Blue. HEX triplet: 41, 33 and CA. RGB value is (65,51,202). Sum of RGB (Red+Green+Blue) = 65+51+202=318 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.44% from 318); Green value is 51 (20.31% from 255 or 16.04% from 318); Blue value is 202 (79.30% from 255 or 63.52% from 318); Max value from RGB is 202 - color contains mainly: blue. Hex color #4133CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4133CA is #BECC35. Grayscale: #474747. Windows color (decimal): -12504118 or 13251393. OLE color: 13251393.
HSL color Cylindrical-coordinate representation of color #4133CA: hue angle of 245.56º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4133CA is Cyan = 0.68, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 65 | 51 | 202 | - |
| CMYK | 0.68 | 0.75 | 0 | 0.21 |
| HSL | 245.56º | 0.6% | 0.5% | - |
| HSV(B) | 245.56º | 0.75% | 0.79% | - |
| XYZ | 14.02 | 7.76 | 56.63 | - |
| YUV | 72.4 | 201.14 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 51 | 202 | 0.68 | 0.75 | 0 | 0.21 | 245.56 | 0.6 | 0.5 |
| Hex | 41 | 33 | CA | 44 | 4B | 0 | 15 | F6 | 3C | 32 |
| Octal | 101 | 63 | 312 | 104 | 113 | 0 | 25 | 366 | 74 | 62 |
| Binary | 1000001 | 110011 | 11001010 | 1000100 | 1001011 | 0 | 10101 | 11110110 | 111100 | 110010 |
Color Harmonies of #4133CA
Complementary color
Monochromatic Colors of #4133CA
Black with #4133CA
Text Example
Text Example
White with #4133CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4133CA; }
p { color: rgb(65,51,202); }
H1.HeaderClassName
{
color: #4133CA;
}
.AnyTagClassName
{
color: #4133CA;
}
</style>
background-color css
<style>
a { background-color: #4133CA; }
a { background-color: rgb(65,51,202); }
div.DivClassName
{
background-color: #4133CA;
}
.BgClassName
{
background-color: #4133CA;
}
</style>
border-color css
<style>
span { border-color: #4133CA; }
span { border-color: rgb(65,51,202); }
td.TdClassName
{
border-color: #4133CA;
}
.TagClassName
{
border-color: #4133CA;
}
</style>