Shades of Free Speech Blue #4233C4
Tints of Free Speech Blue #4233C4
RGB
CMYK
RGB Variations
Color information
#4233C4 (or 0x4233C4) is known color: Free Speech Blue. HEX triplet: 42, 33 and C4. RGB value is (66,51,196). Sum of RGB (Red+Green+Blue) = 66+51+196=313 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.09% from 313); Green value is 51 (20.31% from 255 or 16.29% from 313); Blue value is 196 (76.95% from 255 or 62.62% from 313); Max value from RGB is 196 - color contains mainly: blue. Hex color #4233C4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4233C4 is #BDCC3B. Grayscale: #474747. Windows color (decimal): -12438588 or 12858178. OLE color: 12858178.
HSL color Cylindrical-coordinate representation of color #4233C4: hue angle of 246.21º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4233C4 is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 66 | 51 | 196 | - |
| CMYK | 0.66 | 0.74 | 0 | 0.23 |
| HSL | 246.21º | 0.59% | 0.48% | - |
| HSV(B) | 246.21º | 0.74% | 0.77% | - |
| XYZ | 13.39 | 7.51 | 52.97 | - |
| YUV | 72.02 | 197.97 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 51 | 196 | 0.66 | 0.74 | 0 | 0.23 | 246.21 | 0.59 | 0.48 |
| Hex | 42 | 33 | C4 | 42 | 4A | 0 | 17 | F6 | 3B | 30 |
| Octal | 102 | 63 | 304 | 102 | 112 | 0 | 27 | 366 | 73 | 60 |
| Binary | 1000010 | 110011 | 11000100 | 1000010 | 1001010 | 0 | 10111 | 11110110 | 111011 | 110000 |
Color Harmonies of #4233C4
Complementary color
Monochromatic Colors of #4233C4
Black with #4233C4
Text Example
Text Example
White with #4233C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4233C4; }
p { color: rgb(66,51,196); }
H1.HeaderClassName
{
color: #4233C4;
}
.AnyTagClassName
{
color: #4233C4;
}
</style>
background-color css
<style>
a { background-color: #4233C4; }
a { background-color: rgb(66,51,196); }
div.DivClassName
{
background-color: #4233C4;
}
.BgClassName
{
background-color: #4233C4;
}
</style>
border-color css
<style>
span { border-color: #4233C4; }
span { border-color: rgb(66,51,196); }
td.TdClassName
{
border-color: #4233C4;
}
.TagClassName
{
border-color: #4233C4;
}
</style>