Shades of Free Speech Blue #4865CC
Tints of Free Speech Blue #4865CC
RGB
CMYK
RGB Variations
Color information
#4865CC (or 0x4865CC) is known color: Free Speech Blue. HEX triplet: 48, 65 and CC. RGB value is (72,101,204). Sum of RGB (Red+Green+Blue) = 72+101+204=377 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.10% from 377); Green value is 101 (39.84% from 255 or 26.79% from 377); Blue value is 204 (80.08% from 255 or 54.11% from 377); Max value from RGB is 204 - color contains mainly: blue. Hex color #4865CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4865CC is #B79A33. Grayscale: #676767. Windows color (decimal): -12032564 or 13395272. OLE color: 13395272.
HSL color Cylindrical-coordinate representation of color #4865CC: hue angle of 226.82º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4865CC is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 72 | 101 | 204 | - |
| CMYK | 0.65 | 0.50 | 0 | 0.2 |
| HSL | 226.82º | 0.56% | 0.54% | - |
| HSV(B) | 226.82º | 0.65% | 0.8% | - |
| XYZ | 18.23 | 15.04 | 59.07 | - |
| YUV | 104.07 | 184.39 | 105.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 101 | 204 | 0.65 | 0.50 | 0 | 0.2 | 226.82 | 0.56 | 0.54 |
| Hex | 48 | 65 | CC | 41 | 32 | 0 | 14 | E3 | 38 | 36 |
| Octal | 110 | 145 | 314 | 101 | 62 | 0 | 24 | 343 | 70 | 66 |
| Binary | 1001000 | 1100101 | 11001100 | 1000001 | 110010 | 0 | 10100 | 11100011 | 111000 | 110110 |
Color Harmonies of #4865CC
Complementary color
Monochromatic Colors of #4865CC
Black with #4865CC
Text Example
Text Example
White with #4865CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4865CC; }
p { color: rgb(72,101,204); }
H1.HeaderClassName
{
color: #4865CC;
}
.AnyTagClassName
{
color: #4865CC;
}
</style>
background-color css
<style>
a { background-color: #4865CC; }
a { background-color: rgb(72,101,204); }
div.DivClassName
{
background-color: #4865CC;
}
.BgClassName
{
background-color: #4865CC;
}
</style>
border-color css
<style>
span { border-color: #4865CC; }
span { border-color: rgb(72,101,204); }
td.TdClassName
{
border-color: #4865CC;
}
.TagClassName
{
border-color: #4865CC;
}
</style>