Shades of Free Speech Blue #4465CC
Tints of Free Speech Blue #4465CC
RGB
CMYK
RGB Variations
Color information
#4465CC (or 0x4465CC) is known color: Free Speech Blue. HEX triplet: 44, 65 and CC. RGB value is (68,101,204). Sum of RGB (Red+Green+Blue) = 68+101+204=373 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.23% from 373); Green value is 101 (39.84% from 255 or 27.08% from 373); Blue value is 204 (80.08% from 255 or 54.69% from 373); Max value from RGB is 204 - color contains mainly: blue. Hex color #4465CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4465CC is #BB9A33. Grayscale: #666666. Windows color (decimal): -12294708 or 13395268. OLE color: 13395268.
HSL color Cylindrical-coordinate representation of color #4465CC: hue angle of 225.44º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4465CC is Cyan = 0.67, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 68 | 101 | 204 | - |
| CMYK | 0.67 | 0.50 | 0 | 0.2 |
| HSL | 225.44º | 0.57% | 0.53% | - |
| HSV(B) | 225.44º | 0.67% | 0.8% | - |
| XYZ | 17.94 | 14.9 | 59.06 | - |
| YUV | 102.88 | 185.07 | 103.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 101 | 204 | 0.67 | 0.50 | 0 | 0.2 | 225.44 | 0.57 | 0.53 |
| Hex | 44 | 65 | CC | 43 | 32 | 0 | 14 | E1 | 39 | 35 |
| Octal | 104 | 145 | 314 | 103 | 62 | 0 | 24 | 341 | 71 | 65 |
| Binary | 1000100 | 1100101 | 11001100 | 1000011 | 110010 | 0 | 10100 | 11100001 | 111001 | 110101 |
Color Harmonies of #4465CC
Complementary color
Monochromatic Colors of #4465CC
Black with #4465CC
Text Example
Text Example
White with #4465CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4465CC; }
p { color: rgb(68,101,204); }
H1.HeaderClassName
{
color: #4465CC;
}
.AnyTagClassName
{
color: #4465CC;
}
</style>
background-color css
<style>
a { background-color: #4465CC; }
a { background-color: rgb(68,101,204); }
div.DivClassName
{
background-color: #4465CC;
}
.BgClassName
{
background-color: #4465CC;
}
</style>
border-color css
<style>
span { border-color: #4465CC; }
span { border-color: rgb(68,101,204); }
td.TdClassName
{
border-color: #4465CC;
}
.TagClassName
{
border-color: #4465CC;
}
</style>