Shades of Free Speech Blue #4232D0
Tints of Free Speech Blue #4232D0
RGB
CMYK
RGB Variations
Color information
#4232D0 (or 0x4232D0) is known color: Free Speech Blue. HEX triplet: 42, 32 and D0. RGB value is (66,50,208). Sum of RGB (Red+Green+Blue) = 66+50+208=324 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.37% from 324); Green value is 50 (19.92% from 255 or 15.43% from 324); Blue value is 208 (81.64% from 255 or 64.20% from 324); Max value from RGB is 208 - color contains mainly: blue. Hex color #4232D0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4232D0 is #BDCD2F. Grayscale: #484848. Windows color (decimal): -12438832 or 13644354. OLE color: 13644354.
HSL color Cylindrical-coordinate representation of color #4232D0: hue angle of 246.08º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4232D0 is Cyan = 0.68, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 66 | 50 | 208 | - |
| CMYK | 0.68 | 0.76 | 0 | 0.18 |
| HSL | 246.08º | 0.63% | 0.51% | - |
| HSV(B) | 246.08º | 0.76% | 0.82% | - |
| XYZ | 14.77 | 7.99 | 60.44 | - |
| YUV | 72.8 | 204.3 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 50 | 208 | 0.68 | 0.76 | 0 | 0.18 | 246.08 | 0.63 | 0.51 |
| Hex | 42 | 32 | D0 | 44 | 4C | 0 | 12 | F6 | 3F | 33 |
| Octal | 102 | 62 | 320 | 104 | 114 | 0 | 22 | 366 | 77 | 63 |
| Binary | 1000010 | 110010 | 11010000 | 1000100 | 1001100 | 0 | 10010 | 11110110 | 111111 | 110011 |
Color Harmonies of #4232D0
Complementary color
Monochromatic Colors of #4232D0
Black with #4232D0
Text Example
Text Example
White with #4232D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4232D0; }
p { color: rgb(66,50,208); }
H1.HeaderClassName
{
color: #4232D0;
}
.AnyTagClassName
{
color: #4232D0;
}
</style>
background-color css
<style>
a { background-color: #4232D0; }
a { background-color: rgb(66,50,208); }
div.DivClassName
{
background-color: #4232D0;
}
.BgClassName
{
background-color: #4232D0;
}
</style>
border-color css
<style>
span { border-color: #4232D0; }
span { border-color: rgb(66,50,208); }
td.TdClassName
{
border-color: #4232D0;
}
.TagClassName
{
border-color: #4232D0;
}
</style>