Shades of Free Speech Blue #4566C1
Tints of Free Speech Blue #4566C1
RGB
CMYK
RGB Variations
Color information
#4566C1 (or 0x4566C1) is known color: Free Speech Blue. HEX triplet: 45, 66 and C1. RGB value is (69,102,193). Sum of RGB (Red+Green+Blue) = 69+102+193=364 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.96% from 364); Green value is 102 (40.23% from 255 or 28.02% from 364); Blue value is 193 (75.78% from 255 or 53.02% from 364); Max value from RGB is 193 - color contains mainly: blue. Hex color #4566C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4566C1 is #BA993E. Grayscale: #666666. Windows color (decimal): -12228927 or 12674629. OLE color: 12674629.
HSL color Cylindrical-coordinate representation of color #4566C1: hue angle of 224.03º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4566C1 is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 69 | 102 | 193 | - |
| CMYK | 0.64 | 0.47 | 0 | 0.24 |
| HSL | 224.03º | 0.5% | 0.51% | - |
| HSV(B) | 224.03º | 0.64% | 0.76% | - |
| XYZ | 16.83 | 14.62 | 52.39 | - |
| YUV | 102.51 | 179.07 | 104.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 102 | 193 | 0.64 | 0.47 | 0 | 0.24 | 224.03 | 0.5 | 0.51 |
| Hex | 45 | 66 | C1 | 40 | 2F | 0 | 18 | E0 | 32 | 33 |
| Octal | 105 | 146 | 301 | 100 | 57 | 0 | 30 | 340 | 62 | 63 |
| Binary | 1000101 | 1100110 | 11000001 | 1000000 | 101111 | 0 | 11000 | 11100000 | 110010 | 110011 |
Color Harmonies of #4566C1
Complementary color
Monochromatic Colors of #4566C1
Black with #4566C1
Text Example
Text Example
White with #4566C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4566C1; }
p { color: rgb(69,102,193); }
H1.HeaderClassName
{
color: #4566C1;
}
.AnyTagClassName
{
color: #4566C1;
}
</style>
background-color css
<style>
a { background-color: #4566C1; }
a { background-color: rgb(69,102,193); }
div.DivClassName
{
background-color: #4566C1;
}
.BgClassName
{
background-color: #4566C1;
}
</style>
border-color css
<style>
span { border-color: #4566C1; }
span { border-color: rgb(69,102,193); }
td.TdClassName
{
border-color: #4566C1;
}
.TagClassName
{
border-color: #4566C1;
}
</style>