Shades of Free Speech Blue #4643CB
Tints of Free Speech Blue #4643CB
RGB
CMYK
RGB Variations
Color information
#4643CB (or 0x4643CB) is known color: Free Speech Blue. HEX triplet: 46, 43 and CB. RGB value is (70,67,203). Sum of RGB (Red+Green+Blue) = 70+67+203=340 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.59% from 340); Green value is 67 (26.56% from 255 or 19.71% from 340); Blue value is 203 (79.69% from 255 or 59.71% from 340); Max value from RGB is 203 - color contains mainly: blue. Hex color #4643CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4643CB is #B9BC34. Grayscale: #525252. Windows color (decimal): -12172341 or 13321030. OLE color: 13321030.
HSL color Cylindrical-coordinate representation of color #4643CB: hue angle of 241.32º 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 #4643CB is Cyan = 0.66, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 67 | 203 | - |
| CMYK | 0.66 | 0.67 | 0 | 0.20 |
| HSL | 241.32º | 0.57% | 0.53% | - |
| HSV(B) | 241.32º | 0.67% | 0.8% | - |
| XYZ | 15.31 | 9.63 | 57.55 | - |
| YUV | 83.4 | 195.49 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 67 | 203 | 0.66 | 0.67 | 0 | 0.20 | 241.32 | 0.57 | 0.53 |
| Hex | 46 | 43 | CB | 42 | 43 | 0 | 14 | F1 | 39 | 35 |
| Octal | 106 | 103 | 313 | 102 | 103 | 0 | 24 | 361 | 71 | 65 |
| Binary | 1000110 | 1000011 | 11001011 | 1000010 | 1000011 | 0 | 10100 | 11110001 | 111001 | 110101 |
Color Harmonies of #4643CB
Complementary color
Monochromatic Colors of #4643CB
Black with #4643CB
Text Example
Text Example
White with #4643CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4643CB; }
p { color: rgb(70,67,203); }
H1.HeaderClassName
{
color: #4643CB;
}
.AnyTagClassName
{
color: #4643CB;
}
</style>
background-color css
<style>
a { background-color: #4643CB; }
a { background-color: rgb(70,67,203); }
div.DivClassName
{
background-color: #4643CB;
}
.BgClassName
{
background-color: #4643CB;
}
</style>
border-color css
<style>
span { border-color: #4643CB; }
span { border-color: rgb(70,67,203); }
td.TdClassName
{
border-color: #4643CB;
}
.TagClassName
{
border-color: #4643CB;
}
</style>