Shades of Free Speech Blue #4165C4
Tints of Free Speech Blue #4165C4
RGB
CMYK
RGB Variations
Color information
#4165C4 (or 0x4165C4) is known color: Free Speech Blue. HEX triplet: 41, 65 and C4. RGB value is (65,101,196). Sum of RGB (Red+Green+Blue) = 65+101+196=362 (47% of max value = 765). Red value is 65 (25.78% from 255 or 17.96% from 362); Green value is 101 (39.84% from 255 or 27.90% from 362); Blue value is 196 (76.95% from 255 or 54.14% from 362); Max value from RGB is 196 - color contains mainly: blue. Hex color #4165C4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4165C4 is #BE9A3B. Grayscale: #646464. Windows color (decimal): -12491324 or 12870977. OLE color: 12870977.
HSL color Cylindrical-coordinate representation of color #4165C4: hue angle of 223.51º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4165C4 is Cyan = 0.67, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 65 | 101 | 196 | - |
| CMYK | 0.67 | 0.48 | 0 | 0.23 |
| HSL | 223.51º | 0.53% | 0.51% | - |
| HSV(B) | 223.51º | 0.67% | 0.77% | - |
| XYZ | 16.8 | 14.42 | 54.12 | - |
| YUV | 101.07 | 181.57 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 101 | 196 | 0.67 | 0.48 | 0 | 0.23 | 223.51 | 0.53 | 0.51 |
| Hex | 41 | 65 | C4 | 43 | 30 | 0 | 17 | E0 | 35 | 33 |
| Octal | 101 | 145 | 304 | 103 | 60 | 0 | 27 | 340 | 65 | 63 |
| Binary | 1000001 | 1100101 | 11000100 | 1000011 | 110000 | 0 | 10111 | 11100000 | 110101 | 110011 |
Color Harmonies of #4165C4
Complementary color
Monochromatic Colors of #4165C4
Black with #4165C4
Text Example
Text Example
White with #4165C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4165C4; }
p { color: rgb(65,101,196); }
H1.HeaderClassName
{
color: #4165C4;
}
.AnyTagClassName
{
color: #4165C4;
}
</style>
background-color css
<style>
a { background-color: #4165C4; }
a { background-color: rgb(65,101,196); }
div.DivClassName
{
background-color: #4165C4;
}
.BgClassName
{
background-color: #4165C4;
}
</style>
border-color css
<style>
span { border-color: #4165C4; }
span { border-color: rgb(65,101,196); }
td.TdClassName
{
border-color: #4165C4;
}
.TagClassName
{
border-color: #4165C4;
}
</style>