#414AE0

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

Shades of Free Speech Blue #414AE0

Tints of Free Speech Blue #414AE0

Color information

#414AE0 (or 0x414AE0) is unknown color: approx Free Speech Blue. HEX triplet: 41, 4A and E0. RGB value is (65,74,224). Sum of RGB (Red+Green+Blue) = 65+74+224=363 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.91% from 363); Green value is 74 (29.30% from 255 or 20.39% from 363); Blue value is 224 (87.89% from 255 or 61.71% from 363); Max value from RGB is 224 - color contains mainly: blue. Hex color #414AE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #414AE0 is #BEB51F. Grayscale: #575757. Windows color (decimal): -12498208 or 14699073. OLE color: 14699073.

HSL color Cylindrical-coordinate representation of color #414AE0: hue angle of 236.6º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #414AE0 is Cyan = 0.71, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB6574224-
CMYK0.710.6700.12
HSL236.6º71.95%56.67%-
HSV(B)236.6º70.98%87.84%-
XYZ18.0811.471.77-
YUV88.41204.52111.3-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.91%
GREEN value IS 74 (29.30% from 255) = 20.39%
BLUE value IS 224 (87.89% from 255) = 61.71%
R=17.91%
G=20.39%
B=61.71%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal65742240.710.6700.12236.671.9556.67
Hex414AE047430Ced4839
Octal10111234010710301435511071
Binary10000011001010111000001000111100001101100111011011001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414AE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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