Shades of Free Speech Blue #4264CF
Tints of Free Speech Blue #4264CF
RGB
CMYK
RGB Variations
Color information
#4264CF (or 0x4264CF) is known color: Free Speech Blue. HEX triplet: 42, 64 and CF. RGB value is (66,100,207). Sum of RGB (Red+Green+Blue) = 66+100+207=373 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.69% from 373); Green value is 100 (39.45% from 255 or 26.81% from 373); Blue value is 207 (81.25% from 255 or 55.50% from 373); Max value from RGB is 207 - color contains mainly: blue. Hex color #4264CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4264CF is #BD9B30. Grayscale: #656565. Windows color (decimal): -12426033 or 13591618. OLE color: 13591618.
HSL color Cylindrical-coordinate representation of color #4264CF: hue angle of 225.53º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4264CF is Cyan = 0.68, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 66 | 100 | 207 | - |
| CMYK | 0.68 | 0.52 | 0 | 0.19 |
| HSL | 225.53º | 0.59% | 0.54% | - |
| HSV(B) | 225.53º | 0.68% | 0.81% | - |
| XYZ | 18.07 | 14.78 | 60.93 | - |
| YUV | 102.03 | 187.24 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 100 | 207 | 0.68 | 0.52 | 0 | 0.19 | 225.53 | 0.59 | 0.54 |
| Hex | 42 | 64 | CF | 44 | 34 | 0 | 13 | E2 | 3B | 36 |
| Octal | 102 | 144 | 317 | 104 | 64 | 0 | 23 | 342 | 73 | 66 |
| Binary | 1000010 | 1100100 | 11001111 | 1000100 | 110100 | 0 | 10011 | 11100010 | 111011 | 110110 |
Color Harmonies of #4264CF
Complementary color
Monochromatic Colors of #4264CF
Black with #4264CF
Text Example
Text Example
White with #4264CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4264CF; }
p { color: rgb(66,100,207); }
H1.HeaderClassName
{
color: #4264CF;
}
.AnyTagClassName
{
color: #4264CF;
}
</style>
background-color css
<style>
a { background-color: #4264CF; }
a { background-color: rgb(66,100,207); }
div.DivClassName
{
background-color: #4264CF;
}
.BgClassName
{
background-color: #4264CF;
}
</style>
border-color css
<style>
span { border-color: #4264CF; }
span { border-color: rgb(66,100,207); }
td.TdClassName
{
border-color: #4264CF;
}
.TagClassName
{
border-color: #4264CF;
}
</style>