#414DC1

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

Shades of Free Speech Blue #414DC1

Tints of Free Speech Blue #414DC1

Color information

#414DC1 (or 0x414DC1) is unknown color: approx Free Speech Blue. HEX triplet: 41, 4D and C1. RGB value is (65,77,193). Sum of RGB (Red+Green+Blue) = 65+77+193=335 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.40% from 335); Green value is 77 (30.47% from 255 or 22.99% from 335); Blue value is 193 (75.78% from 255 or 57.61% from 335); Max value from RGB is 193 - color contains mainly: blue. Hex color #414DC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #414DC1 is #BEB23E. Grayscale: #565656. Windows color (decimal): -12497471 or 12668225. OLE color: 12668225.

HSL color Cylindrical-coordinate representation of color #414DC1: hue angle of 234.38º 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 #414DC1 is Cyan = 0.66, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB6577193-
CMYK0.660.6000.24
HSL234.38º50.79%50.59%-
HSV(B)234.38º66.32%75.69%-
XYZ14.4610.2851.67-
YUV86.64188.02112.57-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.40%
GREEN value IS 77 (30.47% from 255) = 22.99%
BLUE value IS 193 (75.78% from 255) = 57.61%
R=19.40%
G=22.99%
B=57.61%

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
Decimal65771930.660.6000.24234.3850.7950.59
Hex414DC1423C018ea3333
Octal101115301102740303526363
Binary1000001100110111000001100001011110001100011101010110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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