#414BE0

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

Shades of Free Speech Blue #414BE0

Tints of Free Speech Blue #414BE0

Color information

#414BE0 (or 0x414BE0) is unknown color: approx Free Speech Blue. HEX triplet: 41, 4B and E0. RGB value is (65,75,224). Sum of RGB (Red+Green+Blue) = 65+75+224=364 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.86% from 364); Green value is 75 (29.69% from 255 or 20.60% from 364); Blue value is 224 (87.89% from 255 or 61.54% from 364); Max value from RGB is 224 - color contains mainly: blue. Hex color #414BE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #414BE0 is #BEB41F. Grayscale: #585858. Windows color (decimal): -12497952 or 14699329. OLE color: 14699329.

HSL color Cylindrical-coordinate representation of color #414BE0: hue angle of 236.23º 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 #414BE0 is Cyan = 0.71, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB6575224-
CMYK0.710.6700.12
HSL236.23º71.95%56.67%-
HSV(B)236.23º70.98%87.84%-
XYZ18.1511.5471.79-
YUV89204.19110.88-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.86%
GREEN value IS 75 (29.69% from 255) = 20.60%
BLUE value IS 224 (87.89% from 255) = 61.54%
R=17.86%
G=20.60%
B=61.54%

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
Decimal65752240.710.6700.12236.2371.9556.67
Hex414BE047430Cec4839
Octal10111334010710301435411071
Binary10000011001011111000001000111100001101100111011001001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414BE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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