#414BBA

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

Shades of Free Speech Blue #414BBA

Tints of Free Speech Blue #414BBA

Color information

#414BBA (or 0x414BBA) is unknown color: approx Free Speech Blue. HEX triplet: 41, 4B and BA. RGB value is (65,75,186). Sum of RGB (Red+Green+Blue) = 65+75+186=326 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.94% from 326); Green value is 75 (29.69% from 255 or 23.01% from 326); Blue value is 186 (73.05% from 255 or 57.06% from 326); Max value from RGB is 186 - color contains mainly: blue. Hex color #414BBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #414BBA is #BEB445. Grayscale: #545454. Windows color (decimal): -12497990 or 12208961. OLE color: 12208961.

HSL color Cylindrical-coordinate representation of color #414BBA: hue angle of 235.04º 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 #414BBA is Cyan = 0.65, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6575186-
CMYK0.650.6000.27
HSL235.04º48.21%49.22%-
HSV(B)235.04º65.05%72.94%-
XYZ13.569.747.61-
YUV84.66185.19113.97-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.94%
GREEN value IS 75 (29.69% from 255) = 23.01%
BLUE value IS 186 (73.05% from 255) = 57.06%
R=19.94%
G=23.01%
B=57.06%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal65751860.650.6000.27235.0448.2149.22
Hex414BBA413C01Beb3031
Octal101113272101740333536061
Binary1000001100101110111010100000111110001101111101011110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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