Shades of Free Speech Blue #4363CC
Tints of Free Speech Blue #4363CC
RGB
CMYK
RGB Variations
Color information
#4363CC (or 0x4363CC) is known color: Free Speech Blue. HEX triplet: 43, 63 and CC. RGB value is (67,99,204). Sum of RGB (Red+Green+Blue) = 67+99+204=370 (49% of max value = 765). Red value is 67 (26.56% from 255 or 18.11% from 370); Green value is 99 (39.06% from 255 or 26.76% from 370); Blue value is 204 (80.08% from 255 or 55.14% from 370); Max value from RGB is 204 - color contains mainly: blue. Hex color #4363CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4363CC is #BC9C33. Grayscale: #646464. Windows color (decimal): -12360756 or 13394755. OLE color: 13394755.
HSL color Cylindrical-coordinate representation of color #4363CC: hue angle of 225.99º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4363CC is Cyan = 0.67, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 67 | 99 | 204 | - |
| CMYK | 0.67 | 0.51 | 0 | 0.2 |
| HSL | 225.99º | 0.57% | 0.53% | - |
| HSV(B) | 225.99º | 0.67% | 0.8% | - |
| XYZ | 17.68 | 14.48 | 58.99 | - |
| YUV | 101.4 | 185.9 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 99 | 204 | 0.67 | 0.51 | 0 | 0.2 | 225.99 | 0.57 | 0.53 |
| Hex | 43 | 63 | CC | 43 | 33 | 0 | 14 | E2 | 39 | 35 |
| Octal | 103 | 143 | 314 | 103 | 63 | 0 | 24 | 342 | 71 | 65 |
| Binary | 1000011 | 1100011 | 11001100 | 1000011 | 110011 | 0 | 10100 | 11100010 | 111001 | 110101 |
Color Harmonies of #4363CC
Complementary color
Monochromatic Colors of #4363CC
Black with #4363CC
Text Example
Text Example
White with #4363CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4363CC; }
p { color: rgb(67,99,204); }
H1.HeaderClassName
{
color: #4363CC;
}
.AnyTagClassName
{
color: #4363CC;
}
</style>
background-color css
<style>
a { background-color: #4363CC; }
a { background-color: rgb(67,99,204); }
div.DivClassName
{
background-color: #4363CC;
}
.BgClassName
{
background-color: #4363CC;
}
</style>
border-color css
<style>
span { border-color: #4363CC; }
span { border-color: rgb(67,99,204); }
td.TdClassName
{
border-color: #4363CC;
}
.TagClassName
{
border-color: #4363CC;
}
</style>