#414FC1

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

Shades of Free Speech Blue #414FC1

Tints of Free Speech Blue #414FC1

Color information

#414FC1 (or 0x414FC1) is unknown color: approx Free Speech Blue. HEX triplet: 41, 4F and C1. RGB value is (65,79,193). Sum of RGB (Red+Green+Blue) = 65+79+193=337 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.29% from 337); Green value is 79 (31.25% from 255 or 23.44% from 337); Blue value is 193 (75.78% from 255 or 57.27% from 337); Max value from RGB is 193 - color contains mainly: blue. Hex color #414FC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #414FC1 is #BEB03E. Grayscale: #575757. Windows color (decimal): -12496959 or 12668737. OLE color: 12668737.

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

Color convert

RGB6579193-
CMYK0.660.5900.24
HSL233.44º50.79%50.59%-
HSV(B)233.44º66.32%75.69%-
XYZ14.610.5751.72-
YUV87.81187.36111.73-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.29%
GREEN value IS 79 (31.25% from 255) = 23.44%
BLUE value IS 193 (75.78% from 255) = 57.27%
R=19.29%
G=23.44%
B=57.27%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal65791930.660.5900.24233.4450.7950.59
Hex414FC1423B018e93333
Octal101117301102730303516363
Binary1000001100111111000001100001011101101100011101001110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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