#414BBD

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

Shades of Free Speech Blue #414BBD

Tints of Free Speech Blue #414BBD

Color information

#414BBD (or 0x414BBD) is unknown color: approx Free Speech Blue. HEX triplet: 41, 4B and BD. RGB value is (65,75,189). Sum of RGB (Red+Green+Blue) = 65+75+189=329 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.76% from 329); Green value is 75 (29.69% from 255 or 22.80% from 329); Blue value is 189 (74.22% from 255 or 57.45% from 329); Max value from RGB is 189 - color contains mainly: blue. Hex color #414BBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #414BBD is #BEB442. Grayscale: #545454. Windows color (decimal): -12497987 or 12405569. OLE color: 12405569.

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

Color convert

RGB6575189-
CMYK0.660.6000.26
HSL235.16º48.82%49.8%-
HSV(B)235.16º65.61%74.12%-
XYZ13.889.8349.31-
YUV85.01186.69113.73-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.76%
GREEN value IS 75 (29.69% from 255) = 22.80%
BLUE value IS 189 (74.22% from 255) = 57.45%
R=19.76%
G=22.80%
B=57.45%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal65751890.660.6000.26235.1648.8249.8
Hex414BBD423C01Aeb3132
Octal101113275102740323536162
Binary1000001100101110111101100001011110001101011101011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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