Shades of Free Speech Blue #4639CC
Tints of Free Speech Blue #4639CC
RGB
CMYK
RGB Variations
Color information
#4639CC (or 0x4639CC) is known color: Free Speech Blue. HEX triplet: 46, 39 and CC. RGB value is (70,57,204). Sum of RGB (Red+Green+Blue) = 70+57+204=331 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.15% from 331); Green value is 57 (22.66% from 255 or 17.22% from 331); Blue value is 204 (80.08% from 255 or 61.63% from 331); Max value from RGB is 204 - color contains mainly: blue. Hex color #4639CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4639CC is #B9C633. Grayscale: #4D4D4D. Windows color (decimal): -12174900 or 13384006. OLE color: 13384006.
HSL color Cylindrical-coordinate representation of color #4639CC: hue angle of 245.31º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4639CC is Cyan = 0.66, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 70 | 57 | 204 | - |
| CMYK | 0.66 | 0.72 | 0 | 0.2 |
| HSL | 245.31º | 0.59% | 0.51% | - |
| HSV(B) | 245.31º | 0.72% | 0.8% | - |
| XYZ | 14.89 | 8.59 | 58 | - |
| YUV | 77.65 | 199.31 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 57 | 204 | 0.66 | 0.72 | 0 | 0.2 | 245.31 | 0.59 | 0.51 |
| Hex | 46 | 39 | CC | 42 | 48 | 0 | 14 | F5 | 3B | 33 |
| Octal | 106 | 71 | 314 | 102 | 110 | 0 | 24 | 365 | 73 | 63 |
| Binary | 1000110 | 111001 | 11001100 | 1000010 | 1001000 | 0 | 10100 | 11110101 | 111011 | 110011 |
Color Harmonies of #4639CC
Complementary color
Monochromatic Colors of #4639CC
Black with #4639CC
Text Example
Text Example
White with #4639CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4639CC; }
p { color: rgb(70,57,204); }
H1.HeaderClassName
{
color: #4639CC;
}
.AnyTagClassName
{
color: #4639CC;
}
</style>
background-color css
<style>
a { background-color: #4639CC; }
a { background-color: rgb(70,57,204); }
div.DivClassName
{
background-color: #4639CC;
}
.BgClassName
{
background-color: #4639CC;
}
</style>
border-color css
<style>
span { border-color: #4639CC; }
span { border-color: rgb(70,57,204); }
td.TdClassName
{
border-color: #4639CC;
}
.TagClassName
{
border-color: #4639CC;
}
</style>