Shades of Free Speech Blue #464BCC
Tints of Free Speech Blue #464BCC
RGB
CMYK
RGB Variations
Color information
#464BCC (or 0x464BCC) is known color: Free Speech Blue. HEX triplet: 46, 4B and CC. RGB value is (70,75,204). Sum of RGB (Red+Green+Blue) = 70+75+204=349 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20.06% from 349); Green value is 75 (29.69% from 255 or 21.49% from 349); Blue value is 204 (80.08% from 255 or 58.45% from 349); Max value from RGB is 204 - color contains mainly: blue. Hex color #464BCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #464BCC is #B9B433. Grayscale: #575757. Windows color (decimal): -12170292 or 13388614. OLE color: 13388614.
HSL color Cylindrical-coordinate representation of color #464BCC: hue angle of 237.76º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #464BCC is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 70 | 75 | 204 | - |
| CMYK | 0.66 | 0.63 | 0 | 0.2 |
| HSL | 237.76º | 0.57% | 0.54% | - |
| HSV(B) | 237.76º | 0.66% | 0.8% | - |
| XYZ | 15.94 | 10.69 | 58.35 | - |
| YUV | 88.21 | 193.34 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 75 | 204 | 0.66 | 0.63 | 0 | 0.2 | 237.76 | 0.57 | 0.54 |
| Hex | 46 | 4B | CC | 42 | 3F | 0 | 14 | EE | 39 | 36 |
| Octal | 106 | 113 | 314 | 102 | 77 | 0 | 24 | 356 | 71 | 66 |
| Binary | 1000110 | 1001011 | 11001100 | 1000010 | 111111 | 0 | 10100 | 11101110 | 111001 | 110110 |
Color Harmonies of #464BCC
Complementary color
Monochromatic Colors of #464BCC
Black with #464BCC
Text Example
Text Example
White with #464BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464BCC; }
p { color: rgb(70,75,204); }
H1.HeaderClassName
{
color: #464BCC;
}
.AnyTagClassName
{
color: #464BCC;
}
</style>
background-color css
<style>
a { background-color: #464BCC; }
a { background-color: rgb(70,75,204); }
div.DivClassName
{
background-color: #464BCC;
}
.BgClassName
{
background-color: #464BCC;
}
</style>
border-color css
<style>
span { border-color: #464BCC; }
span { border-color: rgb(70,75,204); }
td.TdClassName
{
border-color: #464BCC;
}
.TagClassName
{
border-color: #464BCC;
}
</style>