#414AD1

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

Shades of Free Speech Blue #414AD1

Tints of Free Speech Blue #414AD1

Color information

#414AD1 (or 0x414AD1) is unknown color: approx Free Speech Blue. HEX triplet: 41, 4A and D1. RGB value is (65,74,209). Sum of RGB (Red+Green+Blue) = 65+74+209=348 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.68% from 348); Green value is 74 (29.30% from 255 or 21.26% from 348); Blue value is 209 (82.03% from 255 or 60.06% from 348); Max value from RGB is 209 - color contains mainly: blue. Hex color #414AD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #414AD1 is #BEB52E. Grayscale: #565656. Windows color (decimal): -12498223 or 13716033. OLE color: 13716033.

HSL color Cylindrical-coordinate representation of color #414AD1: hue angle of 236.25º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #414AD1 is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB6574209-
CMYK0.690.6500.18
HSL236.25º61.02%53.73%-
HSV(B)236.25º68.9%81.96%-
XYZ16.1410.6261.52-
YUV86.7197.02112.52-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.68%
GREEN value IS 74 (29.30% from 255) = 21.26%
BLUE value IS 209 (82.03% from 255) = 60.06%
R=18.68%
G=21.26%
B=60.06%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal65742090.690.6500.18236.2561.0253.73
Hex414AD14541012ec3d36
Octal1011123211051010223547566
Binary10000011001010110100011000101100000101001011101100111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414AD1; }

 p { color: rgb(65,74,209); }

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

<style>
 a { background-color: #414AD1; }

 a { background-color: rgb(65,74,209); }

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

<style>
 span { border-color: #414AD1; }

 span { border-color: rgb(65,74,209); }

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