Shades of Free Speech Blue #4A65CF
Tints of Free Speech Blue #4A65CF
RGB
CMYK
RGB Variations
Color information
#4A65CF (or 0x4A65CF) is known color: Free Speech Blue. HEX triplet: 4A, 65 and CF. RGB value is (74,101,207). Sum of RGB (Red+Green+Blue) = 74+101+207=382 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.37% from 382); Green value is 101 (39.84% from 255 or 26.44% from 382); Blue value is 207 (81.25% from 255 or 54.19% from 382); Max value from RGB is 207 - color contains mainly: blue. Hex color #4A65CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A65CF is #B59A30. Grayscale: #686868. Windows color (decimal): -11901489 or 13591882. OLE color: 13591882.
HSL color Cylindrical-coordinate representation of color #4A65CF: hue angle of 227.82º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4A65CF is Cyan = 0.64, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 74 | 101 | 207 | - |
| CMYK | 0.64 | 0.51 | 0 | 0.19 |
| HSL | 227.82º | 0.58% | 0.55% | - |
| HSV(B) | 227.82º | 0.64% | 0.81% | - |
| XYZ | 18.74 | 15.27 | 60.99 | - |
| YUV | 105.01 | 185.55 | 105.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 101 | 207 | 0.64 | 0.51 | 0 | 0.19 | 227.82 | 0.58 | 0.55 |
| Hex | 4A | 65 | CF | 40 | 33 | 0 | 13 | E4 | 3A | 37 |
| Octal | 112 | 145 | 317 | 100 | 63 | 0 | 23 | 344 | 72 | 67 |
| Binary | 1001010 | 1100101 | 11001111 | 1000000 | 110011 | 0 | 10011 | 11100100 | 111010 | 110111 |
Color Harmonies of #4A65CF
Complementary color
Monochromatic Colors of #4A65CF
Black with #4A65CF
Text Example
Text Example
White with #4A65CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A65CF; }
p { color: rgb(74,101,207); }
H1.HeaderClassName
{
color: #4A65CF;
}
.AnyTagClassName
{
color: #4A65CF;
}
</style>
background-color css
<style>
a { background-color: #4A65CF; }
a { background-color: rgb(74,101,207); }
div.DivClassName
{
background-color: #4A65CF;
}
.BgClassName
{
background-color: #4A65CF;
}
</style>
border-color css
<style>
span { border-color: #4A65CF; }
span { border-color: rgb(74,101,207); }
td.TdClassName
{
border-color: #4A65CF;
}
.TagClassName
{
border-color: #4A65CF;
}
</style>