Shades of Free Speech Blue #4463CA
Tints of Free Speech Blue #4463CA
RGB
CMYK
RGB Variations
Color information
#4463CA (or 0x4463CA) is known color: Free Speech Blue. HEX triplet: 44, 63 and CA. RGB value is (68,99,202). Sum of RGB (Red+Green+Blue) = 68+99+202=369 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.43% from 369); Green value is 99 (39.06% from 255 or 26.83% from 369); Blue value is 202 (79.30% from 255 or 54.74% from 369); Max value from RGB is 202 - color contains mainly: blue. Hex color #4463CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4463CA is #BB9C35. Grayscale: #656565. Windows color (decimal): -12295222 or 13263684. OLE color: 13263684.
HSL color Cylindrical-coordinate representation of color #4463CA: hue angle of 226.12º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4463CA is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 68 | 99 | 202 | - |
| CMYK | 0.66 | 0.51 | 0 | 0.21 |
| HSL | 226.12º | 0.56% | 0.53% | - |
| HSV(B) | 226.12º | 0.66% | 0.79% | - |
| XYZ | 17.51 | 14.42 | 57.74 | - |
| YUV | 101.47 | 184.73 | 104.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 99 | 202 | 0.66 | 0.51 | 0 | 0.21 | 226.12 | 0.56 | 0.53 |
| Hex | 44 | 63 | CA | 42 | 33 | 0 | 15 | E2 | 38 | 35 |
| Octal | 104 | 143 | 312 | 102 | 63 | 0 | 25 | 342 | 70 | 65 |
| Binary | 1000100 | 1100011 | 11001010 | 1000010 | 110011 | 0 | 10101 | 11100010 | 111000 | 110101 |
Color Harmonies of #4463CA
Complementary color
Monochromatic Colors of #4463CA
Black with #4463CA
Text Example
Text Example
White with #4463CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4463CA; }
p { color: rgb(68,99,202); }
H1.HeaderClassName
{
color: #4463CA;
}
.AnyTagClassName
{
color: #4463CA;
}
</style>
background-color css
<style>
a { background-color: #4463CA; }
a { background-color: rgb(68,99,202); }
div.DivClassName
{
background-color: #4463CA;
}
.BgClassName
{
background-color: #4463CA;
}
</style>
border-color css
<style>
span { border-color: #4463CA; }
span { border-color: rgb(68,99,202); }
td.TdClassName
{
border-color: #4463CA;
}
.TagClassName
{
border-color: #4463CA;
}
</style>