#416EC5

Color #416EC5 Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #416EC5

Tints of Free Speech Blue #416EC5

Color information

#416EC5 (or 0x416EC5) is unknown color: approx Free Speech Blue. HEX triplet: 41, 6E and C5. RGB value is (65,110,197). Sum of RGB (Red+Green+Blue) = 65+110+197=372 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.47% from 372); Green value is 110 (43.36% from 255 or 29.57% from 372); Blue value is 197 (77.34% from 255 or 52.96% from 372); Max value from RGB is 197 - color contains mainly: blue. Hex color #416EC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416EC5 is #BE913A. Grayscale: #6A6A6A. Windows color (decimal): -12489019 or 12938817. OLE color: 12938817.

HSL color Cylindrical-coordinate representation of color #416EC5: hue angle of 219.55º 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 #416EC5 is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB65110197-
CMYK0.670.4400.23
HSL219.55º53.23%51.37%-
HSV(B)219.55º67.01%77.25%-
XYZ17.8316.3155.03-
YUV106.46179.0998.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 65 (25.78% from 255) = 17.47%
GREEN value IS 110 (43.36% from 255) = 29.57%
BLUE value IS 197 (77.34% from 255) = 52.96%
R=17.47%
G=29.57%
B=52.96%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal651101970.670.4400.23219.5553.2351.37
Hex416EC5432C017dc3533
Octal101156305103540273346563
Binary1000001110111011000101100001110110001011111011100110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416EC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416EC5; }

 p { color: rgb(65,110,197); }

 H1.HeaderClassName
 {
   color: #416EC5;
 }
 .AnyTagClassName
 {
   color: #416EC5;
 }
</style>
background-color css

<style>
 a { background-color: #416EC5; }

 a { background-color: rgb(65,110,197); }

 div.DivClassName
 {
   background-color: #416EC5;
 }
 .BgClassName
 {
   background-color: #416EC5;
 }
</style>
border-color css

<style>
 span { border-color: #416EC5; }

 span { border-color: rgb(65,110,197); }

 td.TdClassName
 {
   border-color: #416EC5;
 }
 .TagClassName
 {
   border-color: #416EC5;
 }
</style>