Shades of Free Speech Blue #4541DA
Tints of Free Speech Blue #4541DA
RGB
CMYK
RGB Variations
Color information
#4541DA (or 0x4541DA) is known color: Free Speech Blue. HEX triplet: 45, 41 and DA. RGB value is (69,65,218). Sum of RGB (Red+Green+Blue) = 69+65+218=352 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.60% from 352); Green value is 65 (25.78% from 255 or 18.47% from 352); Blue value is 218 (85.55% from 255 or 61.93% from 352); Max value from RGB is 218 - color contains mainly: blue. Hex color #4541DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4541DA is #BABE25. Grayscale: #535353. Windows color (decimal): -12238374 or 14303557. OLE color: 14303557.
HSL color Cylindrical-coordinate representation of color #4541DA: hue angle of 241.57º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4541DA is Cyan = 0.68, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 69 | 65 | 218 | - |
| CMYK | 0.68 | 0.70 | 0 | 0.15 |
| HSL | 241.57º | 0.67% | 0.55% | - |
| HSV(B) | 241.57º | 0.7% | 0.85% | - |
| XYZ | 17 | 10.11 | 67.38 | - |
| YUV | 83.64 | 203.83 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 65 | 218 | 0.68 | 0.70 | 0 | 0.15 | 241.57 | 0.67 | 0.55 |
| Hex | 45 | 41 | DA | 44 | 46 | 0 | F | F2 | 43 | 37 |
| Octal | 105 | 101 | 332 | 104 | 106 | 0 | 17 | 362 | 103 | 67 |
| Binary | 1000101 | 1000001 | 11011010 | 1000100 | 1000110 | 0 | 1111 | 11110010 | 1000011 | 110111 |
Color Harmonies of #4541DA
Complementary color
Monochromatic Colors of #4541DA
Black with #4541DA
Text Example
Text Example
White with #4541DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4541DA; }
p { color: rgb(69,65,218); }
H1.HeaderClassName
{
color: #4541DA;
}
.AnyTagClassName
{
color: #4541DA;
}
</style>
background-color css
<style>
a { background-color: #4541DA; }
a { background-color: rgb(69,65,218); }
div.DivClassName
{
background-color: #4541DA;
}
.BgClassName
{
background-color: #4541DA;
}
</style>
border-color css
<style>
span { border-color: #4541DA; }
span { border-color: rgb(69,65,218); }
td.TdClassName
{
border-color: #4541DA;
}
.TagClassName
{
border-color: #4541DA;
}
</style>