Shades of Free Speech Blue #4764CB
Tints of Free Speech Blue #4764CB
RGB
CMYK
RGB Variations
Color information
#4764CB (or 0x4764CB) is known color: Free Speech Blue. HEX triplet: 47, 64 and CB. RGB value is (71,100,203). Sum of RGB (Red+Green+Blue) = 71+100+203=374 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.98% from 374); Green value is 100 (39.45% from 255 or 26.74% from 374); Blue value is 203 (79.69% from 255 or 54.28% from 374); Max value from RGB is 203 - color contains mainly: blue. Hex color #4764CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4764CB is #B89B34. Grayscale: #666666. Windows color (decimal): -12098357 or 13329479. OLE color: 13329479.
HSL color Cylindrical-coordinate representation of color #4764CB: hue angle of 226.82º 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 #4764CB is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 71 | 100 | 203 | - |
| CMYK | 0.65 | 0.51 | 0 | 0.20 |
| HSL | 226.82º | 0.56% | 0.54% | - |
| HSV(B) | 226.82º | 0.65% | 0.8% | - |
| XYZ | 17.94 | 14.77 | 58.4 | - |
| YUV | 103.07 | 184.39 | 105.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 100 | 203 | 0.65 | 0.51 | 0 | 0.20 | 226.82 | 0.56 | 0.54 |
| Hex | 47 | 64 | CB | 41 | 33 | 0 | 14 | E3 | 38 | 36 |
| Octal | 107 | 144 | 313 | 101 | 63 | 0 | 24 | 343 | 70 | 66 |
| Binary | 1000111 | 1100100 | 11001011 | 1000001 | 110011 | 0 | 10100 | 11100011 | 111000 | 110110 |
Color Harmonies of #4764CB
Complementary color
Monochromatic Colors of #4764CB
Black with #4764CB
Text Example
Text Example
White with #4764CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4764CB; }
p { color: rgb(71,100,203); }
H1.HeaderClassName
{
color: #4764CB;
}
.AnyTagClassName
{
color: #4764CB;
}
</style>
background-color css
<style>
a { background-color: #4764CB; }
a { background-color: rgb(71,100,203); }
div.DivClassName
{
background-color: #4764CB;
}
.BgClassName
{
background-color: #4764CB;
}
</style>
border-color css
<style>
span { border-color: #4764CB; }
span { border-color: rgb(71,100,203); }
td.TdClassName
{
border-color: #4764CB;
}
.TagClassName
{
border-color: #4764CB;
}
</style>