Shades of Free Speech Blue #4545B4
Tints of Free Speech Blue #4545B4
RGB
CMYK
RGB Variations
Color information
#4545B4 (or 0x4545B4) is known color: Free Speech Blue. HEX triplet: 45, 45 and B4. RGB value is (69,69,180). Sum of RGB (Red+Green+Blue) = 69+69+180=318 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.70% from 318); Green value is 69 (27.34% from 255 or 21.70% from 318); Blue value is 180 (70.70% from 255 or 56.60% from 318); Max value from RGB is 180 - color contains mainly: blue. Hex color #4545B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4545B4 is #BABA4B. Grayscale: #515151. Windows color (decimal): -12237388 or 11814213. OLE color: 11814213.
HSL color Cylindrical-coordinate representation of color #4545B4: hue angle of 240º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4545B4 is Cyan = 0.62, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 69 | 69 | 180 | - |
| CMYK | 0.62 | 0.62 | 0 | 0.29 |
| HSL | 240º | 0.45% | 0.49% | - |
| HSV(B) | 240º | 0.62% | 0.71% | - |
| XYZ | 12.82 | 8.82 | 44.21 | - |
| YUV | 81.65 | 183.5 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 69 | 180 | 0.62 | 0.62 | 0 | 0.29 | 240 | 0.45 | 0.49 |
| Hex | 45 | 45 | B4 | 3E | 3E | 0 | 1D | F0 | 2D | 31 |
| Octal | 105 | 105 | 264 | 76 | 76 | 0 | 35 | 360 | 55 | 61 |
| Binary | 1000101 | 1000101 | 10110100 | 111110 | 111110 | 0 | 11101 | 11110000 | 101101 | 110001 |
Color Harmonies of #4545B4
Complementary color
Monochromatic Colors of #4545B4
Black with #4545B4
Text Example
Text Example
White with #4545B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4545B4; }
p { color: rgb(69,69,180); }
H1.HeaderClassName
{
color: #4545B4;
}
.AnyTagClassName
{
color: #4545B4;
}
</style>
background-color css
<style>
a { background-color: #4545B4; }
a { background-color: rgb(69,69,180); }
div.DivClassName
{
background-color: #4545B4;
}
.BgClassName
{
background-color: #4545B4;
}
</style>
border-color css
<style>
span { border-color: #4545B4; }
span { border-color: rgb(69,69,180); }
td.TdClassName
{
border-color: #4545B4;
}
.TagClassName
{
border-color: #4545B4;
}
</style>