Shades of Free Speech Blue #4252DB
Tints of Free Speech Blue #4252DB
RGB
CMYK
RGB Variations
Color information
#4252DB (or 0x4252DB) is known color: Free Speech Blue. HEX triplet: 42, 52 and DB. RGB value is (66,82,219). Sum of RGB (Red+Green+Blue) = 66+82+219=367 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.98% from 367); Green value is 82 (32.42% from 255 or 22.34% from 367); Blue value is 219 (85.94% from 255 or 59.67% from 367); Max value from RGB is 219 - color contains mainly: blue. Hex color #4252DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4252DB is #BDAD24. Grayscale: #5C5C5C. Windows color (decimal): -12430629 or 14373442. OLE color: 14373442.
HSL color Cylindrical-coordinate representation of color #4252DB: hue angle of 233.73º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4252DB is Cyan = 0.70, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 82 | 219 | - |
| CMYK | 0.70 | 0.63 | 0 | 0.14 |
| HSL | 233.73º | 0.68% | 0.56% | - |
| HSV(B) | 233.73º | 0.7% | 0.86% | - |
| XYZ | 18.05 | 12.31 | 68.44 | - |
| YUV | 92.83 | 199.2 | 108.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 82 | 219 | 0.70 | 0.63 | 0 | 0.14 | 233.73 | 0.68 | 0.56 |
| Hex | 42 | 52 | DB | 46 | 3F | 0 | E | EA | 44 | 38 |
| Octal | 102 | 122 | 333 | 106 | 77 | 0 | 16 | 352 | 104 | 70 |
| Binary | 1000010 | 1010010 | 11011011 | 1000110 | 111111 | 0 | 1110 | 11101010 | 1000100 | 111000 |
Color Harmonies of #4252DB
Complementary color
Monochromatic Colors of #4252DB
Black with #4252DB
Text Example
Text Example
White with #4252DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4252DB; }
p { color: rgb(66,82,219); }
H1.HeaderClassName
{
color: #4252DB;
}
.AnyTagClassName
{
color: #4252DB;
}
</style>
background-color css
<style>
a { background-color: #4252DB; }
a { background-color: rgb(66,82,219); }
div.DivClassName
{
background-color: #4252DB;
}
.BgClassName
{
background-color: #4252DB;
}
</style>
border-color css
<style>
span { border-color: #4252DB; }
span { border-color: rgb(66,82,219); }
td.TdClassName
{
border-color: #4252DB;
}
.TagClassName
{
border-color: #4252DB;
}
</style>