#414BBE

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

Shades of Free Speech Blue #414BBE

Tints of Free Speech Blue #414BBE

Color information

#414BBE (or 0x414BBE) is unknown color: approx Free Speech Blue. HEX triplet: 41, 4B and BE. RGB value is (65,75,190). Sum of RGB (Red+Green+Blue) = 65+75+190=330 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.70% from 330); Green value is 75 (29.69% from 255 or 22.73% from 330); Blue value is 190 (74.61% from 255 or 57.58% from 330); Max value from RGB is 190 - color contains mainly: blue. Hex color #414BBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #414BBE is #BEB441. Grayscale: #545454. Windows color (decimal): -12497986 or 12471105. OLE color: 12471105.

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

Color convert

RGB6575190-
CMYK0.660.6100.25
HSL235.2º49.02%50%-
HSV(B)235.2º65.79%74.51%-
XYZ13.999.8749.88-
YUV85.12187.19113.65-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.70%
GREEN value IS 75 (29.69% from 255) = 22.73%
BLUE value IS 190 (74.61% from 255) = 57.58%
R=19.70%
G=22.73%
B=57.58%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal65751900.660.6100.25235.249.0250
Hex414BBE423D019eb3132
Octal101113276102750313536162
Binary1000001100101110111110100001011110101100111101011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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