#414ac0

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

Shades of Free Speech Blue #414AC0

Tints of Free Speech Blue #414AC0

Color information

#414AC0 (or 0x414AC0) is unknown color: approx Free Speech Blue. HEX triplet: 41, 4A and C0. RGB value is (65,74,192). Sum of RGB (Red+Green+Blue) = 65+74+192=331 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.64% from 331); Green value is 74 (29.30% from 255 or 22.36% from 331); Blue value is 192 (75.39% from 255 or 58.01% from 331); Max value from RGB is 192 - color contains mainly: blue. Hex color #414AC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #414AC0 is #BEB53F. Grayscale: #545454. Windows color (decimal): -12498240 or 12601921. OLE color: 12601921.

HSL color Cylindrical-coordinate representation of color #414AC0: hue angle of 235.75º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #414AC0 is Cyan = 0.66, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6574192-
CMYK0.660.6100.25
HSL235.75º50.2%50.39%-
HSV(B)235.75º66.15%75.29%-
XYZ14.149.8351.02-
YUV84.76188.52113.91-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.64%
GREEN value IS 74 (29.30% from 255) = 22.36%
BLUE value IS 192 (75.39% from 255) = 58.01%
R=19.64%
G=22.36%
B=58.01%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal65741920.660.6100.25235.7550.250.39
Hex414AC0423D019ec3232
Octal101112300102750313546262
Binary1000001100101011000000100001011110101100111101100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414ac0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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