Shades of Free Speech Blue #4065B8
Tints of Free Speech Blue #4065B8
RGB
CMYK
RGB Variations
Color information
#4065B8 (or 0x4065B8) is known color: Free Speech Blue. HEX triplet: 40, 65 and B8. RGB value is (64,101,184). Sum of RGB (Red+Green+Blue) = 64+101+184=349 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.34% from 349); Green value is 101 (39.84% from 255 or 28.94% from 349); Blue value is 184 (72.27% from 255 or 52.72% from 349); Max value from RGB is 184 - color contains mainly: blue. Hex color #4065B8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4065B8 is #BF9A47. Grayscale: #636363. Windows color (decimal): -12556872 or 12084544. OLE color: 12084544.
HSL color Cylindrical-coordinate representation of color #4065B8: hue angle of 221.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4065B8 is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 64 | 101 | 184 | - |
| CMYK | 0.65 | 0.45 | 0 | 0.28 |
| HSL | 221.5º | 0.48% | 0.49% | - |
| HSV(B) | 221.5º | 0.65% | 0.72% | - |
| XYZ | 15.42 | 13.86 | 47.21 | - |
| YUV | 99.4 | 175.74 | 102.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 101 | 184 | 0.65 | 0.45 | 0 | 0.28 | 221.5 | 0.48 | 0.49 |
| Hex | 40 | 65 | B8 | 41 | 2D | 0 | 1C | DE | 30 | 31 |
| Octal | 100 | 145 | 270 | 101 | 55 | 0 | 34 | 336 | 60 | 61 |
| Binary | 1000000 | 1100101 | 10111000 | 1000001 | 101101 | 0 | 11100 | 11011110 | 110000 | 110001 |
Color Harmonies of #4065B8
Complementary color
Monochromatic Colors of #4065B8
Black with #4065B8
Text Example
Text Example
White with #4065B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4065B8; }
p { color: rgb(64,101,184); }
H1.HeaderClassName
{
color: #4065B8;
}
.AnyTagClassName
{
color: #4065B8;
}
</style>
background-color css
<style>
a { background-color: #4065B8; }
a { background-color: rgb(64,101,184); }
div.DivClassName
{
background-color: #4065B8;
}
.BgClassName
{
background-color: #4065B8;
}
</style>
border-color css
<style>
span { border-color: #4065B8; }
span { border-color: rgb(64,101,184); }
td.TdClassName
{
border-color: #4065B8;
}
.TagClassName
{
border-color: #4065B8;
}
</style>