Shades of Free Speech Blue #4643CC
Tints of Free Speech Blue #4643CC
RGB
CMYK
RGB Variations
Color information
#4643CC (or 0x4643CC) is known color: Free Speech Blue. HEX triplet: 46, 43 and CC. RGB value is (70,67,204). Sum of RGB (Red+Green+Blue) = 70+67+204=341 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.53% from 341); Green value is 67 (26.56% from 255 or 19.65% from 341); Blue value is 204 (80.08% from 255 or 59.82% from 341); Max value from RGB is 204 - color contains mainly: blue. Hex color #4643CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4643CC is #B9BC33. Grayscale: #525252. Windows color (decimal): -12172340 or 13386566. OLE color: 13386566.
HSL color Cylindrical-coordinate representation of color #4643CC: hue angle of 241.31º 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 #4643CC is Cyan = 0.66, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 70 | 67 | 204 | - |
| CMYK | 0.66 | 0.67 | 0 | 0.2 |
| HSL | 241.31º | 0.57% | 0.53% | - |
| HSV(B) | 241.31º | 0.67% | 0.8% | - |
| XYZ | 15.43 | 9.68 | 58.18 | - |
| YUV | 83.52 | 195.99 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 67 | 204 | 0.66 | 0.67 | 0 | 0.2 | 241.31 | 0.57 | 0.53 |
| Hex | 46 | 43 | CC | 42 | 43 | 0 | 14 | F1 | 39 | 35 |
| Octal | 106 | 103 | 314 | 102 | 103 | 0 | 24 | 361 | 71 | 65 |
| Binary | 1000110 | 1000011 | 11001100 | 1000010 | 1000011 | 0 | 10100 | 11110001 | 111001 | 110101 |
Color Harmonies of #4643CC
Complementary color
Monochromatic Colors of #4643CC
Black with #4643CC
Text Example
Text Example
White with #4643CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4643CC; }
p { color: rgb(70,67,204); }
H1.HeaderClassName
{
color: #4643CC;
}
.AnyTagClassName
{
color: #4643CC;
}
</style>
background-color css
<style>
a { background-color: #4643CC; }
a { background-color: rgb(70,67,204); }
div.DivClassName
{
background-color: #4643CC;
}
.BgClassName
{
background-color: #4643CC;
}
</style>
border-color css
<style>
span { border-color: #4643CC; }
span { border-color: rgb(70,67,204); }
td.TdClassName
{
border-color: #4643CC;
}
.TagClassName
{
border-color: #4643CC;
}
</style>