Shades of Free Speech Blue #4665BF
Tints of Free Speech Blue #4665BF
RGB
CMYK
RGB Variations
Color information
#4665BF (or 0x4665BF) is known color: Free Speech Blue. HEX triplet: 46, 65 and BF. RGB value is (70,101,191). Sum of RGB (Red+Green+Blue) = 70+101+191=362 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.34% from 362); Green value is 101 (39.84% from 255 or 27.90% from 362); Blue value is 191 (75% from 255 or 52.76% from 362); Max value from RGB is 191 - color contains mainly: blue. Hex color #4665BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4665BF is #B99A40. Grayscale: #656565. Windows color (decimal): -12163649 or 12543302. OLE color: 12543302.
HSL color Cylindrical-coordinate representation of color #4665BF: hue angle of 224.63º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4665BF is Cyan = 0.63, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 70 | 101 | 191 | - |
| CMYK | 0.63 | 0.47 | 0 | 0.25 |
| HSL | 224.63º | 0.49% | 0.51% | - |
| HSV(B) | 224.63º | 0.63% | 0.75% | - |
| XYZ | 16.58 | 14.37 | 51.19 | - |
| YUV | 101.99 | 178.23 | 105.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 101 | 191 | 0.63 | 0.47 | 0 | 0.25 | 224.63 | 0.49 | 0.51 |
| Hex | 46 | 65 | BF | 3F | 2F | 0 | 19 | E1 | 31 | 33 |
| Octal | 106 | 145 | 277 | 77 | 57 | 0 | 31 | 341 | 61 | 63 |
| Binary | 1000110 | 1100101 | 10111111 | 111111 | 101111 | 0 | 11001 | 11100001 | 110001 | 110011 |
Color Harmonies of #4665BF
Complementary color
Monochromatic Colors of #4665BF
Black with #4665BF
Text Example
Text Example
White with #4665BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4665BF; }
p { color: rgb(70,101,191); }
H1.HeaderClassName
{
color: #4665BF;
}
.AnyTagClassName
{
color: #4665BF;
}
</style>
background-color css
<style>
a { background-color: #4665BF; }
a { background-color: rgb(70,101,191); }
div.DivClassName
{
background-color: #4665BF;
}
.BgClassName
{
background-color: #4665BF;
}
</style>
border-color css
<style>
span { border-color: #4665BF; }
span { border-color: rgb(70,101,191); }
td.TdClassName
{
border-color: #4665BF;
}
.TagClassName
{
border-color: #4665BF;
}
</style>