#414EBF

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

Shades of Free Speech Blue #414EBF

Tints of Free Speech Blue #414EBF

Color information

#414EBF (or 0x414EBF) is unknown color: approx Free Speech Blue. HEX triplet: 41, 4E and BF. RGB value is (65,78,191). Sum of RGB (Red+Green+Blue) = 65+78+191=334 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.46% from 334); Green value is 78 (30.86% from 255 or 23.35% from 334); Blue value is 191 (75% from 255 or 57.19% from 334); Max value from RGB is 191 - color contains mainly: blue. Hex color #414EBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #414EBF is #BEB140. Grayscale: #565656. Windows color (decimal): -12497217 or 12537409. OLE color: 12537409.

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

Color convert

RGB6578191-
CMYK0.660.5900.25
HSL233.81º49.61%50.2%-
HSV(B)233.81º65.97%74.9%-
XYZ14.3110.3350.53-
YUV86.99186.69112.31-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.46%
GREEN value IS 78 (30.86% from 255) = 23.35%
BLUE value IS 191 (75% from 255) = 57.19%
R=19.46%
G=23.35%
B=57.19%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal65781910.660.5900.25233.8149.6150.2
Hex414EBF423B019ea3232
Octal101116277102730313526262
Binary1000001100111010111111100001011101101100111101010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,78,191); }

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

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

 a { background-color: rgb(65,78,191); }

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

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

 span { border-color: rgb(65,78,191); }

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