Shades of Free Speech Blue #4565C0
Tints of Free Speech Blue #4565C0
RGB
CMYK
RGB Variations
Color information
#4565C0 (or 0x4565C0) is known color: Free Speech Blue. HEX triplet: 45, 65 and C0. RGB value is (69,101,192). Sum of RGB (Red+Green+Blue) = 69+101+192=362 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.06% from 362); Green value is 101 (39.84% from 255 or 27.90% from 362); Blue value is 192 (75.39% from 255 or 53.04% from 362); Max value from RGB is 192 - color contains mainly: blue. Hex color #4565C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4565C0 is #BA9A3F. Grayscale: #656565. Windows color (decimal): -12229184 or 12608837. OLE color: 12608837.
HSL color Cylindrical-coordinate representation of color #4565C0: hue angle of 224.39º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4565C0 is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 69 | 101 | 192 | - |
| CMYK | 0.64 | 0.47 | 0 | 0.25 |
| HSL | 224.39º | 0.49% | 0.51% | - |
| HSV(B) | 224.39º | 0.64% | 0.75% | - |
| XYZ | 16.62 | 14.38 | 51.77 | - |
| YUV | 101.81 | 178.9 | 104.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 101 | 192 | 0.64 | 0.47 | 0 | 0.25 | 224.39 | 0.49 | 0.51 |
| Hex | 45 | 65 | C0 | 40 | 2F | 0 | 19 | E0 | 31 | 33 |
| Octal | 105 | 145 | 300 | 100 | 57 | 0 | 31 | 340 | 61 | 63 |
| Binary | 1000101 | 1100101 | 11000000 | 1000000 | 101111 | 0 | 11001 | 11100000 | 110001 | 110011 |
Color Harmonies of #4565C0
Complementary color
Monochromatic Colors of #4565C0
Black with #4565C0
Text Example
Text Example
White with #4565C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4565C0; }
p { color: rgb(69,101,192); }
H1.HeaderClassName
{
color: #4565C0;
}
.AnyTagClassName
{
color: #4565C0;
}
</style>
background-color css
<style>
a { background-color: #4565C0; }
a { background-color: rgb(69,101,192); }
div.DivClassName
{
background-color: #4565C0;
}
.BgClassName
{
background-color: #4565C0;
}
</style>
border-color css
<style>
span { border-color: #4565C0; }
span { border-color: rgb(69,101,192); }
td.TdClassName
{
border-color: #4565C0;
}
.TagClassName
{
border-color: #4565C0;
}
</style>