#414ebc

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

Shades of Free Speech Blue #414EBC

Tints of Free Speech Blue #414EBC

Color information

#414EBC (or 0x414EBC) is unknown color: approx Free Speech Blue. HEX triplet: 41, 4E and BC. RGB value is (65,78,188). Sum of RGB (Red+Green+Blue) = 65+78+188=331 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.64% from 331); Green value is 78 (30.86% from 255 or 23.56% from 331); Blue value is 188 (73.83% from 255 or 56.80% from 331); Max value from RGB is 188 - color contains mainly: blue. Hex color #414EBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #414EBC is #BEB143. Grayscale: #565656. Windows color (decimal): -12497220 or 12340801. OLE color: 12340801.

HSL color Cylindrical-coordinate representation of color #414EBC: hue angle of 233.66º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #414EBC is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB6578188-
CMYK0.650.5900.26
HSL233.66º48.62%49.61%-
HSV(B)233.66º65.43%73.73%-
XYZ13.9810.248.81-
YUV86.65185.19112.56-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.64%
GREEN value IS 78 (30.86% from 255) = 23.56%
BLUE value IS 188 (73.83% from 255) = 56.80%
R=19.64%
G=23.56%
B=56.80%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal65781880.650.5900.26233.6648.6249.61
Hex414EBC413B01Aea3132
Octal101116274101730323526162
Binary1000001100111010111100100000111101101101011101010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414ebc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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