Shades of Free Speech Blue #4537CF
Tints of Free Speech Blue #4537CF
RGB
CMYK
RGB Variations
Color information
#4537CF (or 0x4537CF) is known color: Free Speech Blue. HEX triplet: 45, 37 and CF. RGB value is (69,55,207). Sum of RGB (Red+Green+Blue) = 69+55+207=331 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.85% from 331); Green value is 55 (21.88% from 255 or 16.62% from 331); Blue value is 207 (81.25% from 255 or 62.54% from 331); Max value from RGB is 207 - color contains mainly: blue. Hex color #4537CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4537CF is #BAC830. Grayscale: #4B4B4B. Windows color (decimal): -12240945 or 13580101. OLE color: 13580101.
HSL color Cylindrical-coordinate representation of color #4537CF: hue angle of 245.53º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4537CF is Cyan = 0.67, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 55 | 207 | - |
| CMYK | 0.67 | 0.73 | 0 | 0.19 |
| HSL | 245.53º | 0.61% | 0.51% | - |
| HSV(B) | 245.53º | 0.73% | 0.81% | - |
| XYZ | 15.08 | 8.5 | 59.88 | - |
| YUV | 76.51 | 201.64 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 55 | 207 | 0.67 | 0.73 | 0 | 0.19 | 245.53 | 0.61 | 0.51 |
| Hex | 45 | 37 | CF | 43 | 49 | 0 | 13 | F6 | 3D | 33 |
| Octal | 105 | 67 | 317 | 103 | 111 | 0 | 23 | 366 | 75 | 63 |
| Binary | 1000101 | 110111 | 11001111 | 1000011 | 1001001 | 0 | 10011 | 11110110 | 111101 | 110011 |
Color Harmonies of #4537CF
Complementary color
Monochromatic Colors of #4537CF
Black with #4537CF
Text Example
Text Example
White with #4537CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4537CF; }
p { color: rgb(69,55,207); }
H1.HeaderClassName
{
color: #4537CF;
}
.AnyTagClassName
{
color: #4537CF;
}
</style>
background-color css
<style>
a { background-color: #4537CF; }
a { background-color: rgb(69,55,207); }
div.DivClassName
{
background-color: #4537CF;
}
.BgClassName
{
background-color: #4537CF;
}
</style>
border-color css
<style>
span { border-color: #4537CF; }
span { border-color: rgb(69,55,207); }
td.TdClassName
{
border-color: #4537CF;
}
.TagClassName
{
border-color: #4537CF;
}
</style>