Shades of Free Speech Blue #4245CA
Tints of Free Speech Blue #4245CA
RGB
CMYK
RGB Variations
Color information
#4245CA (or 0x4245CA) is known color: Free Speech Blue. HEX triplet: 42, 45 and CA. RGB value is (66,69,202). Sum of RGB (Red+Green+Blue) = 66+69+202=337 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.58% from 337); Green value is 69 (27.34% from 255 or 20.47% from 337); Blue value is 202 (79.30% from 255 or 59.94% from 337); Max value from RGB is 202 - color contains mainly: blue. Hex color #4245CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4245CA is #BDBA35. Grayscale: #525252. Windows color (decimal): -12433974 or 13256002. OLE color: 13256002.
HSL color Cylindrical-coordinate representation of color #4245CA: hue angle of 238.68º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4245CA is Cyan = 0.67, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 66 | 69 | 202 | - |
| CMYK | 0.67 | 0.66 | 0 | 0.21 |
| HSL | 238.68º | 0.56% | 0.53% | - |
| HSV(B) | 238.68º | 0.67% | 0.79% | - |
| XYZ | 15.04 | 9.68 | 56.95 | - |
| YUV | 83.27 | 195.01 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 69 | 202 | 0.67 | 0.66 | 0 | 0.21 | 238.68 | 0.56 | 0.53 |
| Hex | 42 | 45 | CA | 43 | 42 | 0 | 15 | EF | 38 | 35 |
| Octal | 102 | 105 | 312 | 103 | 102 | 0 | 25 | 357 | 70 | 65 |
| Binary | 1000010 | 1000101 | 11001010 | 1000011 | 1000010 | 0 | 10101 | 11101111 | 111000 | 110101 |
Color Harmonies of #4245CA
Complementary color
Monochromatic Colors of #4245CA
Black with #4245CA
Text Example
Text Example
White with #4245CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4245CA; }
p { color: rgb(66,69,202); }
H1.HeaderClassName
{
color: #4245CA;
}
.AnyTagClassName
{
color: #4245CA;
}
</style>
background-color css
<style>
a { background-color: #4245CA; }
a { background-color: rgb(66,69,202); }
div.DivClassName
{
background-color: #4245CA;
}
.BgClassName
{
background-color: #4245CA;
}
</style>
border-color css
<style>
span { border-color: #4245CA; }
span { border-color: rgb(66,69,202); }
td.TdClassName
{
border-color: #4245CA;
}
.TagClassName
{
border-color: #4245CA;
}
</style>