Shades of Free Speech Blue #4567C0
Tints of Free Speech Blue #4567C0
RGB
CMYK
RGB Variations
Color information
#4567C0 (or 0x4567C0) is known color: Free Speech Blue. HEX triplet: 45, 67 and C0. RGB value is (69,103,192). Sum of RGB (Red+Green+Blue) = 69+103+192=364 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.96% from 364); Green value is 103 (40.62% from 255 or 28.30% from 364); Blue value is 192 (75.39% from 255 or 52.75% from 364); Max value from RGB is 192 - color contains mainly: blue. Hex color #4567C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4567C0 is #BA983F. Grayscale: #666666. Windows color (decimal): -12228672 or 12609349. OLE color: 12609349.
HSL color Cylindrical-coordinate representation of color #4567C0: hue angle of 223.41º 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 #4567C0 is Cyan = 0.64, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 69 | 103 | 192 | - |
| CMYK | 0.64 | 0.46 | 0 | 0.25 |
| HSL | 223.41º | 0.49% | 0.51% | - |
| HSV(B) | 223.41º | 0.64% | 0.75% | - |
| XYZ | 16.82 | 14.77 | 51.83 | - |
| YUV | 102.98 | 178.24 | 103.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 103 | 192 | 0.64 | 0.46 | 0 | 0.25 | 223.41 | 0.49 | 0.51 |
| Hex | 45 | 67 | C0 | 40 | 2E | 0 | 19 | DF | 31 | 33 |
| Octal | 105 | 147 | 300 | 100 | 56 | 0 | 31 | 337 | 61 | 63 |
| Binary | 1000101 | 1100111 | 11000000 | 1000000 | 101110 | 0 | 11001 | 11011111 | 110001 | 110011 |
Color Harmonies of #4567C0
Complementary color
Monochromatic Colors of #4567C0
Black with #4567C0
Text Example
Text Example
White with #4567C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4567C0; }
p { color: rgb(69,103,192); }
H1.HeaderClassName
{
color: #4567C0;
}
.AnyTagClassName
{
color: #4567C0;
}
</style>
background-color css
<style>
a { background-color: #4567C0; }
a { background-color: rgb(69,103,192); }
div.DivClassName
{
background-color: #4567C0;
}
.BgClassName
{
background-color: #4567C0;
}
</style>
border-color css
<style>
span { border-color: #4567C0; }
span { border-color: rgb(69,103,192); }
td.TdClassName
{
border-color: #4567C0;
}
.TagClassName
{
border-color: #4567C0;
}
</style>