#414EC1

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

Shades of Free Speech Blue #414EC1

Tints of Free Speech Blue #414EC1

Color information

#414EC1 (or 0x414EC1) is unknown color: approx Free Speech Blue. HEX triplet: 41, 4E and C1. RGB value is (65,78,193). Sum of RGB (Red+Green+Blue) = 65+78+193=336 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.35% from 336); Green value is 78 (30.86% from 255 or 23.21% from 336); Blue value is 193 (75.78% from 255 or 57.44% from 336); Max value from RGB is 193 - color contains mainly: blue. Hex color #414EC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #414EC1 is #BEB13E. Grayscale: #565656. Windows color (decimal): -12497215 or 12668481. OLE color: 12668481.

HSL color Cylindrical-coordinate representation of color #414EC1: hue angle of 233.91º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #414EC1 is Cyan = 0.66, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB6578193-
CMYK0.660.6000.24
HSL233.91º50.79%50.59%-
HSV(B)233.91º66.32%75.69%-
XYZ14.5310.4251.7-
YUV87.22187.69112.15-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.35%
GREEN value IS 78 (30.86% from 255) = 23.21%
BLUE value IS 193 (75.78% from 255) = 57.44%
R=19.35%
G=23.21%
B=57.44%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal65781930.660.6000.24233.9150.7950.59
Hex414EC1423C018ea3333
Octal101116301102740303526363
Binary1000001100111011000001100001011110001100011101010110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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