Shades of Free Speech Blue #4535CE
Tints of Free Speech Blue #4535CE
RGB
CMYK
RGB Variations
Color information
#4535CE (or 0x4535CE) is known color: Free Speech Blue. HEX triplet: 45, 35 and CE. RGB value is (69,53,206). Sum of RGB (Red+Green+Blue) = 69+53+206=328 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.04% from 328); Green value is 53 (21.09% from 255 or 16.16% from 328); Blue value is 206 (80.86% from 255 or 62.80% from 328); Max value from RGB is 206 - color contains mainly: blue. Hex color #4535CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4535CE is #BACA31. Grayscale: #4A4A4A. Windows color (decimal): -12241458 or 13514053. OLE color: 13514053.
HSL color Cylindrical-coordinate representation of color #4535CE: hue angle of 246.27º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4535CE is Cyan = 0.67, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 53 | 206 | - |
| CMYK | 0.67 | 0.74 | 0 | 0.19 |
| HSL | 246.27º | 0.61% | 0.51% | - |
| HSV(B) | 246.27º | 0.74% | 0.81% | - |
| XYZ | 14.87 | 8.27 | 59.2 | - |
| YUV | 75.23 | 201.8 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 53 | 206 | 0.67 | 0.74 | 0 | 0.19 | 246.27 | 0.61 | 0.51 |
| Hex | 45 | 35 | CE | 43 | 4A | 0 | 13 | F6 | 3D | 33 |
| Octal | 105 | 65 | 316 | 103 | 112 | 0 | 23 | 366 | 75 | 63 |
| Binary | 1000101 | 110101 | 11001110 | 1000011 | 1001010 | 0 | 10011 | 11110110 | 111101 | 110011 |
Color Harmonies of #4535CE
Complementary color
Monochromatic Colors of #4535CE
Black with #4535CE
Text Example
Text Example
White with #4535CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4535CE; }
p { color: rgb(69,53,206); }
H1.HeaderClassName
{
color: #4535CE;
}
.AnyTagClassName
{
color: #4535CE;
}
</style>
background-color css
<style>
a { background-color: #4535CE; }
a { background-color: rgb(69,53,206); }
div.DivClassName
{
background-color: #4535CE;
}
.BgClassName
{
background-color: #4535CE;
}
</style>
border-color css
<style>
span { border-color: #4535CE; }
span { border-color: rgb(69,53,206); }
td.TdClassName
{
border-color: #4535CE;
}
.TagClassName
{
border-color: #4535CE;
}
</style>