#414EC9

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

Shades of Free Speech Blue #414EC9

Tints of Free Speech Blue #414EC9

Color information

#414EC9 (or 0x414EC9) is unknown color: approx Free Speech Blue. HEX triplet: 41, 4E and C9. RGB value is (65,78,201). Sum of RGB (Red+Green+Blue) = 65+78+201=344 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.90% from 344); Green value is 78 (30.86% from 255 or 22.67% from 344); Blue value is 201 (78.91% from 255 or 58.43% from 344); Max value from RGB is 201 - color contains mainly: blue. Hex color #414EC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #414EC9 is #BEB136. Grayscale: #575757. Windows color (decimal): -12497207 or 13192769. OLE color: 13192769.

HSL color Cylindrical-coordinate representation of color #414EC9: hue angle of 234.26º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #414EC9 is Cyan = 0.68, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB6578201-
CMYK0.680.6100.21
HSL234.26º55.74%52.16%-
HSV(B)234.26º67.66%78.82%-
XYZ15.4510.7956.53-
YUV88.14191.69111.5-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.90%
GREEN value IS 78 (30.86% from 255) = 22.67%
BLUE value IS 201 (78.91% from 255) = 58.43%
R=18.90%
G=22.67%
B=58.43%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal65782010.680.6100.21234.2655.7452.16
Hex414EC9443D015ea3834
Octal101116311104750253527064
Binary1000001100111011001001100010011110101010111101010111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,78,201); }

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

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

 a { background-color: rgb(65,78,201); }

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

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

 span { border-color: rgb(65,78,201); }

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