Shades of Free Speech Blue #4864CB
Tints of Free Speech Blue #4864CB
RGB
CMYK
RGB Variations
Color information
#4864CB (or 0x4864CB) is known color: Free Speech Blue. HEX triplet: 48, 64 and CB. RGB value is (72,100,203). Sum of RGB (Red+Green+Blue) = 72+100+203=375 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.2% from 375); Green value is 100 (39.45% from 255 or 26.67% from 375); Blue value is 203 (79.69% from 255 or 54.13% from 375); Max value from RGB is 203 - color contains mainly: blue. Hex color #4864CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4864CB is #B79B34. Grayscale: #666666. Windows color (decimal): -12032821 or 13329480. OLE color: 13329480.
HSL color Cylindrical-coordinate representation of color #4864CB: hue angle of 227.18º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4864CB is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 72 | 100 | 203 | - |
| CMYK | 0.65 | 0.51 | 0 | 0.20 |
| HSL | 227.18º | 0.56% | 0.54% | - |
| HSV(B) | 227.18º | 0.65% | 0.8% | - |
| XYZ | 18.01 | 14.8 | 58.41 | - |
| YUV | 103.37 | 184.22 | 105.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 100 | 203 | 0.65 | 0.51 | 0 | 0.20 | 227.18 | 0.56 | 0.54 |
| Hex | 48 | 64 | CB | 41 | 33 | 0 | 14 | E3 | 38 | 36 |
| Octal | 110 | 144 | 313 | 101 | 63 | 0 | 24 | 343 | 70 | 66 |
| Binary | 1001000 | 1100100 | 11001011 | 1000001 | 110011 | 0 | 10100 | 11100011 | 111000 | 110110 |
Color Harmonies of #4864CB
Complementary color
Monochromatic Colors of #4864CB
Black with #4864CB
Text Example
Text Example
White with #4864CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4864CB; }
p { color: rgb(72,100,203); }
H1.HeaderClassName
{
color: #4864CB;
}
.AnyTagClassName
{
color: #4864CB;
}
</style>
background-color css
<style>
a { background-color: #4864CB; }
a { background-color: rgb(72,100,203); }
div.DivClassName
{
background-color: #4864CB;
}
.BgClassName
{
background-color: #4864CB;
}
</style>
border-color css
<style>
span { border-color: #4864CB; }
span { border-color: rgb(72,100,203); }
td.TdClassName
{
border-color: #4864CB;
}
.TagClassName
{
border-color: #4864CB;
}
</style>