Shades of Free Speech Blue #4265BE
Tints of Free Speech Blue #4265BE
RGB
CMYK
RGB Variations
Color information
#4265BE (or 0x4265BE) is known color: Free Speech Blue. HEX triplet: 42, 65 and BE. RGB value is (66,101,190). Sum of RGB (Red+Green+Blue) = 66+101+190=357 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.49% from 357); Green value is 101 (39.84% from 255 or 28.29% from 357); Blue value is 190 (74.61% from 255 or 53.22% from 357); Max value from RGB is 190 - color contains mainly: blue. Hex color #4265BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4265BE is #BD9A41. Grayscale: #646464. Windows color (decimal): -12425794 or 12477762. OLE color: 12477762.
HSL color Cylindrical-coordinate representation of color #4265BE: hue angle of 223.06º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4265BE is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 101 | 190 | - |
| CMYK | 0.65 | 0.47 | 0 | 0.25 |
| HSL | 223.06º | 0.49% | 0.5% | - |
| HSV(B) | 223.06º | 0.65% | 0.75% | - |
| XYZ | 16.19 | 14.18 | 50.6 | - |
| YUV | 100.68 | 178.4 | 103.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 101 | 190 | 0.65 | 0.47 | 0 | 0.25 | 223.06 | 0.49 | 0.5 |
| Hex | 42 | 65 | BE | 41 | 2F | 0 | 19 | DF | 31 | 32 |
| Octal | 102 | 145 | 276 | 101 | 57 | 0 | 31 | 337 | 61 | 62 |
| Binary | 1000010 | 1100101 | 10111110 | 1000001 | 101111 | 0 | 11001 | 11011111 | 110001 | 110010 |
Color Harmonies of #4265BE
Complementary color
Monochromatic Colors of #4265BE
Black with #4265BE
Text Example
Text Example
White with #4265BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4265BE; }
p { color: rgb(66,101,190); }
H1.HeaderClassName
{
color: #4265BE;
}
.AnyTagClassName
{
color: #4265BE;
}
</style>
background-color css
<style>
a { background-color: #4265BE; }
a { background-color: rgb(66,101,190); }
div.DivClassName
{
background-color: #4265BE;
}
.BgClassName
{
background-color: #4265BE;
}
</style>
border-color css
<style>
span { border-color: #4265BE; }
span { border-color: rgb(66,101,190); }
td.TdClassName
{
border-color: #4265BE;
}
.TagClassName
{
border-color: #4265BE;
}
</style>