Shades of Free Speech Blue #4366C4
Tints of Free Speech Blue #4366C4
RGB
CMYK
RGB Variations
Color information
#4366C4 (or 0x4366C4) is known color: Free Speech Blue. HEX triplet: 43, 66 and C4. RGB value is (67,102,196). Sum of RGB (Red+Green+Blue) = 67+102+196=365 (48% of max value = 765). Red value is 67 (26.56% from 255 or 18.36% from 365); Green value is 102 (40.23% from 255 or 27.95% from 365); Blue value is 196 (76.95% from 255 or 53.70% from 365); Max value from RGB is 196 - color contains mainly: blue. Hex color #4366C4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4366C4 is #BC993B. Grayscale: #656565. Windows color (decimal): -12359996 or 12871235. OLE color: 12871235.
HSL color Cylindrical-coordinate representation of color #4366C4: hue angle of 223.72º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4366C4 is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 67 | 102 | 196 | - |
| CMYK | 0.66 | 0.48 | 0 | 0.23 |
| HSL | 223.72º | 0.52% | 0.52% | - |
| HSV(B) | 223.72º | 0.66% | 0.77% | - |
| XYZ | 17.03 | 14.68 | 54.16 | - |
| YUV | 102.25 | 180.9 | 102.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 102 | 196 | 0.66 | 0.48 | 0 | 0.23 | 223.72 | 0.52 | 0.52 |
| Hex | 43 | 66 | C4 | 42 | 30 | 0 | 17 | E0 | 34 | 34 |
| Octal | 103 | 146 | 304 | 102 | 60 | 0 | 27 | 340 | 64 | 64 |
| Binary | 1000011 | 1100110 | 11000100 | 1000010 | 110000 | 0 | 10111 | 11100000 | 110100 | 110100 |
Color Harmonies of #4366C4
Complementary color
Monochromatic Colors of #4366C4
Black with #4366C4
Text Example
Text Example
White with #4366C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4366C4; }
p { color: rgb(67,102,196); }
H1.HeaderClassName
{
color: #4366C4;
}
.AnyTagClassName
{
color: #4366C4;
}
</style>
background-color css
<style>
a { background-color: #4366C4; }
a { background-color: rgb(67,102,196); }
div.DivClassName
{
background-color: #4366C4;
}
.BgClassName
{
background-color: #4366C4;
}
</style>
border-color css
<style>
span { border-color: #4366C4; }
span { border-color: rgb(67,102,196); }
td.TdClassName
{
border-color: #4366C4;
}
.TagClassName
{
border-color: #4366C4;
}
</style>