Shades of Free Speech Blue #4564CB
Tints of Free Speech Blue #4564CB
RGB
CMYK
RGB Variations
Color information
#4564CB (or 0x4564CB) is known color: Free Speech Blue. HEX triplet: 45, 64 and CB. RGB value is (69,100,203). Sum of RGB (Red+Green+Blue) = 69+100+203=372 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.55% from 372); Green value is 100 (39.45% from 255 or 26.88% from 372); Blue value is 203 (79.69% from 255 or 54.57% from 372); Max value from RGB is 203 - color contains mainly: blue. Hex color #4564CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4564CB is #BA9B34. Grayscale: #666666. Windows color (decimal): -12229429 or 13329477. OLE color: 13329477.
HSL color Cylindrical-coordinate representation of color #4564CB: hue angle of 226.12º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4564CB is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 69 | 100 | 203 | - |
| CMYK | 0.66 | 0.51 | 0 | 0.20 |
| HSL | 226.12º | 0.56% | 0.53% | - |
| HSV(B) | 226.12º | 0.66% | 0.8% | - |
| XYZ | 17.79 | 14.69 | 58.4 | - |
| YUV | 102.47 | 184.73 | 104.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 100 | 203 | 0.66 | 0.51 | 0 | 0.20 | 226.12 | 0.56 | 0.53 |
| Hex | 45 | 64 | CB | 42 | 33 | 0 | 14 | E2 | 38 | 35 |
| Octal | 105 | 144 | 313 | 102 | 63 | 0 | 24 | 342 | 70 | 65 |
| Binary | 1000101 | 1100100 | 11001011 | 1000010 | 110011 | 0 | 10100 | 11100010 | 111000 | 110101 |
Color Harmonies of #4564CB
Complementary color
Monochromatic Colors of #4564CB
Black with #4564CB
Text Example
Text Example
White with #4564CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4564CB; }
p { color: rgb(69,100,203); }
H1.HeaderClassName
{
color: #4564CB;
}
.AnyTagClassName
{
color: #4564CB;
}
</style>
background-color css
<style>
a { background-color: #4564CB; }
a { background-color: rgb(69,100,203); }
div.DivClassName
{
background-color: #4564CB;
}
.BgClassName
{
background-color: #4564CB;
}
</style>
border-color css
<style>
span { border-color: #4564CB; }
span { border-color: rgb(69,100,203); }
td.TdClassName
{
border-color: #4564CB;
}
.TagClassName
{
border-color: #4564CB;
}
</style>