Shades of Free Speech Blue #4538C6
Tints of Free Speech Blue #4538C6
RGB
CMYK
RGB Variations
Color information
#4538C6 (or 0x4538C6) is known color: Free Speech Blue. HEX triplet: 45, 38 and C6. RGB value is (69,56,198). Sum of RGB (Red+Green+Blue) = 69+56+198=323 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.36% from 323); Green value is 56 (22.27% from 255 or 17.34% from 323); Blue value is 198 (77.73% from 255 or 61.30% from 323); Max value from RGB is 198 - color contains mainly: blue. Hex color #4538C6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4538C6 is #BAC739. Grayscale: #4B4B4B. Windows color (decimal): -12240698 or 12990533. OLE color: 12990533.
HSL color Cylindrical-coordinate representation of color #4538C6: hue angle of 245.49º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4538C6 is Cyan = 0.65, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 69 | 56 | 198 | - |
| CMYK | 0.65 | 0.72 | 0 | 0.22 |
| HSL | 245.49º | 0.56% | 0.5% | - |
| HSV(B) | 245.49º | 0.72% | 0.78% | - |
| XYZ | 14.06 | 8.17 | 54.26 | - |
| YUV | 76.08 | 196.81 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 56 | 198 | 0.65 | 0.72 | 0 | 0.22 | 245.49 | 0.56 | 0.5 |
| Hex | 45 | 38 | C6 | 41 | 48 | 0 | 16 | F5 | 38 | 32 |
| Octal | 105 | 70 | 306 | 101 | 110 | 0 | 26 | 365 | 70 | 62 |
| Binary | 1000101 | 111000 | 11000110 | 1000001 | 1001000 | 0 | 10110 | 11110101 | 111000 | 110010 |
Color Harmonies of #4538C6
Complementary color
Monochromatic Colors of #4538C6
Black with #4538C6
Text Example
Text Example
White with #4538C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4538C6; }
p { color: rgb(69,56,198); }
H1.HeaderClassName
{
color: #4538C6;
}
.AnyTagClassName
{
color: #4538C6;
}
</style>
background-color css
<style>
a { background-color: #4538C6; }
a { background-color: rgb(69,56,198); }
div.DivClassName
{
background-color: #4538C6;
}
.BgClassName
{
background-color: #4538C6;
}
</style>
border-color css
<style>
span { border-color: #4538C6; }
span { border-color: rgb(69,56,198); }
td.TdClassName
{
border-color: #4538C6;
}
.TagClassName
{
border-color: #4538C6;
}
</style>