#416ABE

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

Shades of Free Speech Blue #416ABE

Tints of Free Speech Blue #416ABE

Color information

#416ABE (or 0x416ABE) is unknown color: approx Free Speech Blue. HEX triplet: 41, 6A and BE. RGB value is (65,106,190). Sum of RGB (Red+Green+Blue) = 65+106+190=361 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.01% from 361); Green value is 106 (41.80% from 255 or 29.36% from 361); Blue value is 190 (74.61% from 255 or 52.63% from 361); Max value from RGB is 190 - color contains mainly: blue. Hex color #416ABE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416ABE is #BE9541. Grayscale: #666666. Windows color (decimal): -12490050 or 12479041. OLE color: 12479041.

HSL color Cylindrical-coordinate representation of color #416ABE: hue angle of 220.32º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #416ABE is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB65106190-
CMYK0.660.4400.25
HSL220.32º49.02%50%-
HSV(B)220.32º65.79%74.51%-
XYZ16.6315.1550.76-
YUV103.32176.92100.67-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.01%
GREEN value IS 106 (41.80% from 255) = 29.36%
BLUE value IS 190 (74.61% from 255) = 52.63%
R=18.01%
G=29.36%
B=52.63%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal651061900.660.4400.25220.3249.0250
Hex416ABE422C019dc3132
Octal101152276102540313346162
Binary1000001110101010111110100001010110001100111011100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,106,190); }

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

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

 a { background-color: rgb(65,106,190); }

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

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

 span { border-color: rgb(65,106,190); }

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