#414CBA

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

Shades of Free Speech Blue #414CBA

Tints of Free Speech Blue #414CBA

Color information

#414CBA (or 0x414CBA) is unknown color: approx Free Speech Blue. HEX triplet: 41, 4C and BA. RGB value is (65,76,186). Sum of RGB (Red+Green+Blue) = 65+76+186=327 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.88% from 327); Green value is 76 (30.08% from 255 or 23.24% from 327); Blue value is 186 (73.05% from 255 or 56.88% from 327); Max value from RGB is 186 - color contains mainly: blue. Hex color #414CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #414CBA is #BEB345. Grayscale: #545454. Windows color (decimal): -12497734 or 12209217. OLE color: 12209217.

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

Color convert

RGB6576186-
CMYK0.650.5900.27
HSL234.55º48.21%49.22%-
HSV(B)234.55º65.05%72.94%-
XYZ13.639.8447.64-
YUV85.25184.86113.56-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.88%
GREEN value IS 76 (30.08% from 255) = 23.24%
BLUE value IS 186 (73.05% from 255) = 56.88%
R=19.88%
G=23.24%
B=56.88%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal65761860.650.5900.27234.5548.2149.22
Hex414CBA413B01Beb3031
Octal101114272101730333536061
Binary1000001100110010111010100000111101101101111101011110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,76,186); }

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

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

 a { background-color: rgb(65,76,186); }

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

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

 span { border-color: rgb(65,76,186); }

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