Shades of Free Speech Blue #4366CC
Tints of Free Speech Blue #4366CC
RGB
CMYK
RGB Variations
Color information
#4366CC (or 0x4366CC) is known color: Free Speech Blue. HEX triplet: 43, 66 and CC. RGB value is (67,102,204). Sum of RGB (Red+Green+Blue) = 67+102+204=373 (49% of max value = 765). Red value is 67 (26.56% from 255 or 17.96% from 373); Green value is 102 (40.23% from 255 or 27.35% from 373); Blue value is 204 (80.08% from 255 or 54.69% from 373); Max value from RGB is 204 - color contains mainly: blue. Hex color #4366CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4366CC is #BC9933. Grayscale: #666666. Windows color (decimal): -12359988 or 13395523. OLE color: 13395523.
HSL color Cylindrical-coordinate representation of color #4366CC: hue angle of 224.67º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4366CC is Cyan = 0.67, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 67 | 102 | 204 | - |
| CMYK | 0.67 | 0.5 | 0 | 0.2 |
| HSL | 224.67º | 0.57% | 0.53% | - |
| HSV(B) | 224.67º | 0.67% | 0.8% | - |
| XYZ | 17.97 | 15.06 | 59.09 | - |
| YUV | 103.16 | 184.9 | 102.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 102 | 204 | 0.67 | 0.5 | 0 | 0.2 | 224.67 | 0.57 | 0.53 |
| Hex | 43 | 66 | CC | 43 | 32 | 0 | 14 | E1 | 39 | 35 |
| Octal | 103 | 146 | 314 | 103 | 62 | 0 | 24 | 341 | 71 | 65 |
| Binary | 1000011 | 1100110 | 11001100 | 1000011 | 110010 | 0 | 10100 | 11100001 | 111001 | 110101 |
Color Harmonies of #4366CC
Complementary color
Monochromatic Colors of #4366CC
Black with #4366CC
Text Example
Text Example
White with #4366CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4366CC; }
p { color: rgb(67,102,204); }
H1.HeaderClassName
{
color: #4366CC;
}
.AnyTagClassName
{
color: #4366CC;
}
</style>
background-color css
<style>
a { background-color: #4366CC; }
a { background-color: rgb(67,102,204); }
div.DivClassName
{
background-color: #4366CC;
}
.BgClassName
{
background-color: #4366CC;
}
</style>
border-color css
<style>
span { border-color: #4366CC; }
span { border-color: rgb(67,102,204); }
td.TdClassName
{
border-color: #4366CC;
}
.TagClassName
{
border-color: #4366CC;
}
</style>