#416AC4

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

Shades of Free Speech Blue #416AC4

Tints of Free Speech Blue #416AC4

Color information

#416AC4 (or 0x416AC4) is unknown color: approx Free Speech Blue. HEX triplet: 41, 6A and C4. RGB value is (65,106,196). Sum of RGB (Red+Green+Blue) = 65+106+196=367 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.71% from 367); Green value is 106 (41.80% from 255 or 28.88% from 367); Blue value is 196 (76.95% from 255 or 53.41% from 367); Max value from RGB is 196 - color contains mainly: blue. Hex color #416AC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416AC4 is #BE953B. Grayscale: #676767. Windows color (decimal): -12490044 or 12872257. OLE color: 12872257.

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

Color convert

RGB65106196-
CMYK0.670.4600.23
HSL221.22º52.61%51.18%-
HSV(B)221.22º66.84%76.86%-
XYZ17.315.4254.29-
YUV104179.92100.18-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.71%
GREEN value IS 106 (41.80% from 255) = 28.88%
BLUE value IS 196 (76.95% from 255) = 53.41%
R=17.71%
G=28.88%
B=53.41%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal651061960.670.4600.23221.2252.6151.18
Hex416AC4432E017dd3533
Octal101152304103560273356563
Binary1000001110101011000100100001110111001011111011101110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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