Shades of Free Speech Blue #4364B7
Tints of Free Speech Blue #4364B7
RGB
CMYK
RGB Variations
Color information
#4364B7 (or 0x4364B7) is known color: Free Speech Blue. HEX triplet: 43, 64 and B7. RGB value is (67,100,183). Sum of RGB (Red+Green+Blue) = 67+100+183=350 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.14% from 350); Green value is 100 (39.45% from 255 or 28.57% from 350); Blue value is 183 (71.88% from 255 or 52.29% from 350); Max value from RGB is 183 - color contains mainly: blue. Hex color #4364B7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4364B7 is #BC9B48. Grayscale: #636363. Windows color (decimal): -12360521 or 12018755. OLE color: 12018755.
HSL color Cylindrical-coordinate representation of color #4364B7: hue angle of 222.93º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4364B7 is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 67 | 100 | 183 | - |
| CMYK | 0.63 | 0.45 | 0 | 0.28 |
| HSL | 222.93º | 0.46% | 0.49% | - |
| HSV(B) | 222.93º | 0.63% | 0.72% | - |
| XYZ | 15.42 | 13.73 | 46.64 | - |
| YUV | 99.6 | 175.07 | 104.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 100 | 183 | 0.63 | 0.45 | 0 | 0.28 | 222.93 | 0.46 | 0.49 |
| Hex | 43 | 64 | B7 | 3F | 2D | 0 | 1C | DF | 2E | 31 |
| Octal | 103 | 144 | 267 | 77 | 55 | 0 | 34 | 337 | 56 | 61 |
| Binary | 1000011 | 1100100 | 10110111 | 111111 | 101101 | 0 | 11100 | 11011111 | 101110 | 110001 |
Color Harmonies of #4364B7
Complementary color
Monochromatic Colors of #4364B7
Black with #4364B7
Text Example
Text Example
White with #4364B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4364B7; }
p { color: rgb(67,100,183); }
H1.HeaderClassName
{
color: #4364B7;
}
.AnyTagClassName
{
color: #4364B7;
}
</style>
background-color css
<style>
a { background-color: #4364B7; }
a { background-color: rgb(67,100,183); }
div.DivClassName
{
background-color: #4364B7;
}
.BgClassName
{
background-color: #4364B7;
}
</style>
border-color css
<style>
span { border-color: #4364B7; }
span { border-color: rgb(67,100,183); }
td.TdClassName
{
border-color: #4364B7;
}
.TagClassName
{
border-color: #4364B7;
}
</style>