Shades of Free Speech Blue #4263CA
Tints of Free Speech Blue #4263CA
RGB
CMYK
RGB Variations
Color information
#4263CA (or 0x4263CA) is known color: Free Speech Blue. HEX triplet: 42, 63 and CA. RGB value is (66,99,202). Sum of RGB (Red+Green+Blue) = 66+99+202=367 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.98% from 367); Green value is 99 (39.06% from 255 or 26.98% from 367); Blue value is 202 (79.30% from 255 or 55.04% from 367); Max value from RGB is 202 - color contains mainly: blue. Hex color #4263CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4263CA is #BD9C35. Grayscale: #646464. Windows color (decimal): -12426294 or 13263682. OLE color: 13263682.
HSL color Cylindrical-coordinate representation of color #4263CA: hue angle of 225.44º 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 #4263CA is Cyan = 0.67, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 66 | 99 | 202 | - |
| CMYK | 0.67 | 0.51 | 0 | 0.21 |
| HSL | 225.44º | 0.56% | 0.53% | - |
| HSV(B) | 225.44º | 0.67% | 0.79% | - |
| XYZ | 17.37 | 14.35 | 57.73 | - |
| YUV | 100.88 | 185.07 | 103.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 99 | 202 | 0.67 | 0.51 | 0 | 0.21 | 225.44 | 0.56 | 0.53 |
| Hex | 42 | 63 | CA | 43 | 33 | 0 | 15 | E1 | 38 | 35 |
| Octal | 102 | 143 | 312 | 103 | 63 | 0 | 25 | 341 | 70 | 65 |
| Binary | 1000010 | 1100011 | 11001010 | 1000011 | 110011 | 0 | 10101 | 11100001 | 111000 | 110101 |
Color Harmonies of #4263CA
Complementary color
Monochromatic Colors of #4263CA
Black with #4263CA
Text Example
Text Example
White with #4263CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4263CA; }
p { color: rgb(66,99,202); }
H1.HeaderClassName
{
color: #4263CA;
}
.AnyTagClassName
{
color: #4263CA;
}
</style>
background-color css
<style>
a { background-color: #4263CA; }
a { background-color: rgb(66,99,202); }
div.DivClassName
{
background-color: #4263CA;
}
.BgClassName
{
background-color: #4263CA;
}
</style>
border-color css
<style>
span { border-color: #4263CA; }
span { border-color: rgb(66,99,202); }
td.TdClassName
{
border-color: #4263CA;
}
.TagClassName
{
border-color: #4263CA;
}
</style>