Shades of Free Speech Blue #4360C6
Tints of Free Speech Blue #4360C6
RGB
CMYK
RGB Variations
Color information
#4360C6 (or 0x4360C6) is known color: Free Speech Blue. HEX triplet: 43, 60 and C6. RGB value is (67,96,198). Sum of RGB (Red+Green+Blue) = 67+96+198=361 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.56% from 361); Green value is 96 (37.89% from 255 or 26.59% from 361); Blue value is 198 (77.73% from 255 or 54.85% from 361); Max value from RGB is 198 - color contains mainly: blue. Hex color #4360C6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4360C6 is #BC9F39. Grayscale: #626262. Windows color (decimal): -12361530 or 13000771. OLE color: 13000771.
HSL color Cylindrical-coordinate representation of color #4360C6: hue angle of 226.72º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4360C6 is Cyan = 0.66, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 67 | 96 | 198 | - |
| CMYK | 0.66 | 0.52 | 0 | 0.22 |
| HSL | 226.72º | 0.53% | 0.52% | - |
| HSV(B) | 226.72º | 0.66% | 0.78% | - |
| XYZ | 16.69 | 13.64 | 55.18 | - |
| YUV | 98.96 | 183.89 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 96 | 198 | 0.66 | 0.52 | 0 | 0.22 | 226.72 | 0.53 | 0.52 |
| Hex | 43 | 60 | C6 | 42 | 34 | 0 | 16 | E3 | 35 | 34 |
| Octal | 103 | 140 | 306 | 102 | 64 | 0 | 26 | 343 | 65 | 64 |
| Binary | 1000011 | 1100000 | 11000110 | 1000010 | 110100 | 0 | 10110 | 11100011 | 110101 | 110100 |
Color Harmonies of #4360C6
Complementary color
Monochromatic Colors of #4360C6
Black with #4360C6
Text Example
Text Example
White with #4360C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4360C6; }
p { color: rgb(67,96,198); }
H1.HeaderClassName
{
color: #4360C6;
}
.AnyTagClassName
{
color: #4360C6;
}
</style>
background-color css
<style>
a { background-color: #4360C6; }
a { background-color: rgb(67,96,198); }
div.DivClassName
{
background-color: #4360C6;
}
.BgClassName
{
background-color: #4360C6;
}
</style>
border-color css
<style>
span { border-color: #4360C6; }
span { border-color: rgb(67,96,198); }
td.TdClassName
{
border-color: #4360C6;
}
.TagClassName
{
border-color: #4360C6;
}
</style>