Shades of Free Speech Blue #404CCA
Tints of Free Speech Blue #404CCA
RGB
CMYK
RGB Variations
Color information
#404CCA (or 0x404CCA) is known color: Free Speech Blue. HEX triplet: 40, 4C and CA. RGB value is (64,76,202). Sum of RGB (Red+Green+Blue) = 64+76+202=342 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.71% from 342); Green value is 76 (30.08% from 255 or 22.22% from 342); Blue value is 202 (79.30% from 255 or 59.06% from 342); Max value from RGB is 202 - color contains mainly: blue. Hex color #404CCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #404CCA is #BFB335. Grayscale: #565656. Windows color (decimal): -12563254 or 13257792. OLE color: 13257792.
HSL color Cylindrical-coordinate representation of color #404CCA: hue angle of 234.78º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #404CCA is Cyan = 0.68, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 64 | 76 | 202 | - |
| CMYK | 0.68 | 0.62 | 0 | 0.21 |
| HSL | 234.78º | 0.57% | 0.52% | - |
| HSV(B) | 234.78º | 0.68% | 0.79% | - |
| XYZ | 15.36 | 10.52 | 57.1 | - |
| YUV | 86.78 | 193.02 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 76 | 202 | 0.68 | 0.62 | 0 | 0.21 | 234.78 | 0.57 | 0.52 |
| Hex | 40 | 4C | CA | 44 | 3E | 0 | 15 | EB | 39 | 34 |
| Octal | 100 | 114 | 312 | 104 | 76 | 0 | 25 | 353 | 71 | 64 |
| Binary | 1000000 | 1001100 | 11001010 | 1000100 | 111110 | 0 | 10101 | 11101011 | 111001 | 110100 |
Color Harmonies of #404CCA
Complementary color
Monochromatic Colors of #404CCA
Black with #404CCA
Text Example
Text Example
White with #404CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404CCA; }
p { color: rgb(64,76,202); }
H1.HeaderClassName
{
color: #404CCA;
}
.AnyTagClassName
{
color: #404CCA;
}
</style>
background-color css
<style>
a { background-color: #404CCA; }
a { background-color: rgb(64,76,202); }
div.DivClassName
{
background-color: #404CCA;
}
.BgClassName
{
background-color: #404CCA;
}
</style>
border-color css
<style>
span { border-color: #404CCA; }
span { border-color: rgb(64,76,202); }
td.TdClassName
{
border-color: #404CCA;
}
.TagClassName
{
border-color: #404CCA;
}
</style>