Shades of Free Speech Blue #464BCB
Tints of Free Speech Blue #464BCB
RGB
CMYK
RGB Variations
Color information
#464BCB (or 0x464BCB) is known color: Free Speech Blue. HEX triplet: 46, 4B and CB. RGB value is (70,75,203). Sum of RGB (Red+Green+Blue) = 70+75+203=348 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20.11% from 348); Green value is 75 (29.69% from 255 or 21.55% from 348); Blue value is 203 (79.69% from 255 or 58.33% from 348); Max value from RGB is 203 - color contains mainly: blue. Hex color #464BCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #464BCB is #B9B434. Grayscale: #575757. Windows color (decimal): -12170293 or 13323078. OLE color: 13323078.
HSL color Cylindrical-coordinate representation of color #464BCB: hue angle of 237.74º degrees, saturation: 0.56, 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 #464BCB is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 75 | 203 | - |
| CMYK | 0.66 | 0.63 | 0 | 0.20 |
| HSL | 237.74º | 0.56% | 0.54% | - |
| HSV(B) | 237.74º | 0.66% | 0.8% | - |
| XYZ | 15.82 | 10.65 | 57.72 | - |
| YUV | 88.1 | 192.84 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 75 | 203 | 0.66 | 0.63 | 0 | 0.20 | 237.74 | 0.56 | 0.54 |
| Hex | 46 | 4B | CB | 42 | 3F | 0 | 14 | EE | 38 | 36 |
| Octal | 106 | 113 | 313 | 102 | 77 | 0 | 24 | 356 | 70 | 66 |
| Binary | 1000110 | 1001011 | 11001011 | 1000010 | 111111 | 0 | 10100 | 11101110 | 111000 | 110110 |
Color Harmonies of #464BCB
Complementary color
Monochromatic Colors of #464BCB
Black with #464BCB
Text Example
Text Example
White with #464BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464BCB; }
p { color: rgb(70,75,203); }
H1.HeaderClassName
{
color: #464BCB;
}
.AnyTagClassName
{
color: #464BCB;
}
</style>
background-color css
<style>
a { background-color: #464BCB; }
a { background-color: rgb(70,75,203); }
div.DivClassName
{
background-color: #464BCB;
}
.BgClassName
{
background-color: #464BCB;
}
</style>
border-color css
<style>
span { border-color: #464BCB; }
span { border-color: rgb(70,75,203); }
td.TdClassName
{
border-color: #464BCB;
}
.TagClassName
{
border-color: #464BCB;
}
</style>