#416AC8

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

Shades of Free Speech Blue #416AC8

Tints of Free Speech Blue #416AC8

Color information

#416AC8 (or 0x416AC8) is unknown color: approx Free Speech Blue. HEX triplet: 41, 6A and C8. RGB value is (65,106,200). Sum of RGB (Red+Green+Blue) = 65+106+200=371 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.52% from 371); Green value is 106 (41.80% from 255 or 28.57% from 371); Blue value is 200 (78.52% from 255 or 53.91% from 371); Max value from RGB is 200 - color contains mainly: blue. Hex color #416AC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416AC8 is #BE9537. Grayscale: #686868. Windows color (decimal): -12490040 or 13134401. OLE color: 13134401.

HSL color Cylindrical-coordinate representation of color #416AC8: hue angle of 221.78º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #416AC8 is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB65106200-
CMYK0.680.4700.22
HSL221.78º55.1%51.96%-
HSV(B)221.78º67.5%78.43%-
XYZ17.7615.656.72-
YUV104.46181.9299.86-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.52%
GREEN value IS 106 (41.80% from 255) = 28.57%
BLUE value IS 200 (78.52% from 255) = 53.91%
R=17.52%
G=28.57%
B=53.91%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal651062000.680.4700.22221.7855.151.96
Hex416AC8442F016de3734
Octal101152310104570263366764
Binary1000001110101011001000100010010111101011011011110110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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