Shades of Free Speech Blue #4540CC
Tints of Free Speech Blue #4540CC
RGB
CMYK
RGB Variations
Color information
#4540CC (or 0x4540CC) is known color: Free Speech Blue. HEX triplet: 45, 40 and CC. RGB value is (69,64,204). Sum of RGB (Red+Green+Blue) = 69+64+204=337 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.47% from 337); Green value is 64 (25.39% from 255 or 18.99% from 337); Blue value is 204 (80.08% from 255 or 60.53% from 337); Max value from RGB is 204 - color contains mainly: blue. Hex color #4540CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4540CC is #BABF33. Grayscale: #505050. Windows color (decimal): -12238644 or 13385797. OLE color: 13385797.
HSL color Cylindrical-coordinate representation of color #4540CC: hue angle of 242.14º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4540CC is Cyan = 0.66, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 69 | 64 | 204 | - |
| CMYK | 0.66 | 0.69 | 0 | 0.2 |
| HSL | 242.14º | 0.58% | 0.53% | - |
| HSV(B) | 242.14º | 0.69% | 0.8% | - |
| XYZ | 15.19 | 9.29 | 58.12 | - |
| YUV | 81.46 | 197.16 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 64 | 204 | 0.66 | 0.69 | 0 | 0.2 | 242.14 | 0.58 | 0.53 |
| Hex | 45 | 40 | CC | 42 | 45 | 0 | 14 | F2 | 3A | 35 |
| Octal | 105 | 100 | 314 | 102 | 105 | 0 | 24 | 362 | 72 | 65 |
| Binary | 1000101 | 1000000 | 11001100 | 1000010 | 1000101 | 0 | 10100 | 11110010 | 111010 | 110101 |
Color Harmonies of #4540CC
Complementary color
Monochromatic Colors of #4540CC
Black with #4540CC
Text Example
Text Example
White with #4540CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4540CC; }
p { color: rgb(69,64,204); }
H1.HeaderClassName
{
color: #4540CC;
}
.AnyTagClassName
{
color: #4540CC;
}
</style>
background-color css
<style>
a { background-color: #4540CC; }
a { background-color: rgb(69,64,204); }
div.DivClassName
{
background-color: #4540CC;
}
.BgClassName
{
background-color: #4540CC;
}
</style>
border-color css
<style>
span { border-color: #4540CC; }
span { border-color: rgb(69,64,204); }
td.TdClassName
{
border-color: #4540CC;
}
.TagClassName
{
border-color: #4540CC;
}
</style>