Shades of Free Speech Blue #4333CB
Tints of Free Speech Blue #4333CB
RGB
CMYK
RGB Variations
Color information
#4333CB (or 0x4333CB) is known color: Free Speech Blue. HEX triplet: 43, 33 and CB. RGB value is (67,51,203). Sum of RGB (Red+Green+Blue) = 67+51+203=321 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.87% from 321); Green value is 51 (20.31% from 255 or 15.89% from 321); Blue value is 203 (79.69% from 255 or 63.24% from 321); Max value from RGB is 203 - color contains mainly: blue. Hex color #4333CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4333CB is #BCCC34. Grayscale: #484848. Windows color (decimal): -12373045 or 13316931. OLE color: 13316931.
HSL color Cylindrical-coordinate representation of color #4333CB: hue angle of 246.32º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4333CB is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 67 | 51 | 203 | - |
| CMYK | 0.67 | 0.75 | 0 | 0.20 |
| HSL | 246.32º | 0.6% | 0.5% | - |
| HSV(B) | 246.32º | 0.75% | 0.8% | - |
| XYZ | 14.28 | 7.87 | 57.27 | - |
| YUV | 73.11 | 201.3 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 51 | 203 | 0.67 | 0.75 | 0 | 0.20 | 246.32 | 0.6 | 0.5 |
| Hex | 43 | 33 | CB | 43 | 4B | 0 | 14 | F6 | 3C | 32 |
| Octal | 103 | 63 | 313 | 103 | 113 | 0 | 24 | 366 | 74 | 62 |
| Binary | 1000011 | 110011 | 11001011 | 1000011 | 1001011 | 0 | 10100 | 11110110 | 111100 | 110010 |
Color Harmonies of #4333CB
Complementary color
Monochromatic Colors of #4333CB
Black with #4333CB
Text Example
Text Example
White with #4333CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4333CB; }
p { color: rgb(67,51,203); }
H1.HeaderClassName
{
color: #4333CB;
}
.AnyTagClassName
{
color: #4333CB;
}
</style>
background-color css
<style>
a { background-color: #4333CB; }
a { background-color: rgb(67,51,203); }
div.DivClassName
{
background-color: #4333CB;
}
.BgClassName
{
background-color: #4333CB;
}
</style>
border-color css
<style>
span { border-color: #4333CB; }
span { border-color: rgb(67,51,203); }
td.TdClassName
{
border-color: #4333CB;
}
.TagClassName
{
border-color: #4333CB;
}
</style>