#414BB2

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

Shades of Free Speech Blue #414BB2

Tints of Free Speech Blue #414BB2

Color information

#414BB2 (or 0x414BB2) is unknown color: approx Free Speech Blue. HEX triplet: 41, 4B and B2. RGB value is (65,75,178). Sum of RGB (Red+Green+Blue) = 65+75+178=318 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.44% from 318); Green value is 75 (29.69% from 255 or 23.58% from 318); Blue value is 178 (69.92% from 255 or 55.97% from 318); Max value from RGB is 178 - color contains mainly: blue. Hex color #414BB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414BB2 is #BEB44D. Grayscale: #535353. Windows color (decimal): -12497998 or 11684673. OLE color: 11684673.

HSL color Cylindrical-coordinate representation of color #414BB2: hue angle of 234.69º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #414BB2 is Cyan = 0.63, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB6575178-
CMYK0.630.5800.30
HSL234.69º46.5%47.65%-
HSV(B)234.69º63.48%69.8%-
XYZ12.739.3743.26-
YUV83.75181.19114.62-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.44%
GREEN value IS 75 (29.69% from 255) = 23.58%
BLUE value IS 178 (69.92% from 255) = 55.97%
R=20.44%
G=23.58%
B=55.97%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal65751780.630.5800.30234.6946.547.65
Hex414BB23F3A01Eeb2f30
Octal10111326277720363535760
Binary100000110010111011001011111111101001111011101011101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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