Shades of Free Speech Blue #4465CD
Tints of Free Speech Blue #4465CD
RGB
CMYK
RGB Variations
Color information
#4465CD (or 0x4465CD) is known color: Free Speech Blue. HEX triplet: 44, 65 and CD. RGB value is (68,101,205). Sum of RGB (Red+Green+Blue) = 68+101+205=374 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.18% from 374); Green value is 101 (39.84% from 255 or 27.01% from 374); Blue value is 205 (80.47% from 255 or 54.81% from 374); Max value from RGB is 205 - color contains mainly: blue. Hex color #4465CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4465CD is #BB9A32. Grayscale: #666666. Windows color (decimal): -12294707 or 13460804. OLE color: 13460804.
HSL color Cylindrical-coordinate representation of color #4465CD: hue angle of 225.55º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4465CD is Cyan = 0.67, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 68 | 101 | 205 | - |
| CMYK | 0.67 | 0.51 | 0 | 0.20 |
| HSL | 225.55º | 0.58% | 0.54% | - |
| HSV(B) | 225.55º | 0.67% | 0.8% | - |
| XYZ | 18.06 | 14.94 | 59.69 | - |
| YUV | 102.99 | 185.57 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 101 | 205 | 0.67 | 0.51 | 0 | 0.20 | 225.55 | 0.58 | 0.54 |
| Hex | 44 | 65 | CD | 43 | 33 | 0 | 14 | E2 | 3A | 36 |
| Octal | 104 | 145 | 315 | 103 | 63 | 0 | 24 | 342 | 72 | 66 |
| Binary | 1000100 | 1100101 | 11001101 | 1000011 | 110011 | 0 | 10100 | 11100010 | 111010 | 110110 |
Color Harmonies of #4465CD
Complementary color
Monochromatic Colors of #4465CD
Black with #4465CD
Text Example
Text Example
White with #4465CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4465CD; }
p { color: rgb(68,101,205); }
H1.HeaderClassName
{
color: #4465CD;
}
.AnyTagClassName
{
color: #4465CD;
}
</style>
background-color css
<style>
a { background-color: #4465CD; }
a { background-color: rgb(68,101,205); }
div.DivClassName
{
background-color: #4465CD;
}
.BgClassName
{
background-color: #4465CD;
}
</style>
border-color css
<style>
span { border-color: #4465CD; }
span { border-color: rgb(68,101,205); }
td.TdClassName
{
border-color: #4465CD;
}
.TagClassName
{
border-color: #4465CD;
}
</style>