Shades of Free Speech Blue #4B69C9
Tints of Free Speech Blue #4B69C9
RGB
CMYK
RGB Variations
Color information
#4B69C9 (or 0x4B69C9) is known color: Free Speech Blue. HEX triplet: 4B, 69 and C9. RGB value is (75,105,201). Sum of RGB (Red+Green+Blue) = 75+105+201=381 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.69% from 381); Green value is 105 (41.41% from 255 or 27.56% from 381); Blue value is 201 (78.91% from 255 or 52.76% from 381); Max value from RGB is 201 - color contains mainly: blue. Hex color #4B69C9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B69C9 is #B49636. Grayscale: #6A6A6A. Windows color (decimal): -11834935 or 13199691. OLE color: 13199691.
HSL color Cylindrical-coordinate representation of color #4B69C9: hue angle of 225.71º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4B69C9 is Cyan = 0.63, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 75 | 105 | 201 | - |
| CMYK | 0.63 | 0.48 | 0 | 0.21 |
| HSL | 225.71º | 0.54% | 0.54% | - |
| HSV(B) | 225.71º | 0.63% | 0.79% | - |
| XYZ | 18.5 | 15.82 | 57.34 | - |
| YUV | 106.97 | 181.06 | 105.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 105 | 201 | 0.63 | 0.48 | 0 | 0.21 | 225.71 | 0.54 | 0.54 |
| Hex | 4B | 69 | C9 | 3F | 30 | 0 | 15 | E2 | 36 | 36 |
| Octal | 113 | 151 | 311 | 77 | 60 | 0 | 25 | 342 | 66 | 66 |
| Binary | 1001011 | 1101001 | 11001001 | 111111 | 110000 | 0 | 10101 | 11100010 | 110110 | 110110 |
Color Harmonies of #4B69C9
Complementary color
Monochromatic Colors of #4B69C9
Black with #4B69C9
Text Example
Text Example
White with #4B69C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B69C9; }
p { color: rgb(75,105,201); }
H1.HeaderClassName
{
color: #4B69C9;
}
.AnyTagClassName
{
color: #4B69C9;
}
</style>
background-color css
<style>
a { background-color: #4B69C9; }
a { background-color: rgb(75,105,201); }
div.DivClassName
{
background-color: #4B69C9;
}
.BgClassName
{
background-color: #4B69C9;
}
</style>
border-color css
<style>
span { border-color: #4B69C9; }
span { border-color: rgb(75,105,201); }
td.TdClassName
{
border-color: #4B69C9;
}
.TagClassName
{
border-color: #4B69C9;
}
</style>