#404BE1

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

Shades of Free Speech Blue #404BE1

Tints of Free Speech Blue #404BE1

Color information

#404BE1 (or 0x404BE1) is unknown color: approx Free Speech Blue. HEX triplet: 40, 4B and E1. RGB value is (64,75,225). Sum of RGB (Red+Green+Blue) = 64+75+225=364 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.58% from 364); Green value is 75 (29.69% from 255 or 20.60% from 364); Blue value is 225 (88.28% from 255 or 61.81% from 364); Max value from RGB is 225 - color contains mainly: blue. Hex color #404BE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #404BE1 is #BFB41E. Grayscale: #585858. Windows color (decimal): -12563487 or 14764864. OLE color: 14764864.

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

Color convert

RGB6475225-
CMYK0.720.6700.12
HSL235.9º72.85%56.67%-
HSV(B)235.9º71.56%88.24%-
XYZ18.2211.5672.5-
YUV88.81204.86110.3-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.58%
GREEN value IS 75 (29.69% from 255) = 20.60%
BLUE value IS 225 (88.28% from 255) = 61.81%
R=17.58%
G=20.60%
B=61.81%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal64752250.720.6700.12235.972.8556.67
Hex404BE148430Cec4939
Octal10011334111010301435411171
Binary10000001001011111000011001000100001101100111011001001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404BE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404BE1; }

 p { color: rgb(64,75,225); }

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

<style>
 a { background-color: #404BE1; }

 a { background-color: rgb(64,75,225); }

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

<style>
 span { border-color: #404BE1; }

 span { border-color: rgb(64,75,225); }

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