#4041BA

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

Shades of Free Speech Blue #4041BA

Tints of Free Speech Blue #4041BA

Color information

#4041BA (or 0x4041BA) is unknown color: approx Free Speech Blue. HEX triplet: 40, 41 and BA. RGB value is (64,65,186). Sum of RGB (Red+Green+Blue) = 64+65+186=315 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.32% from 315); Green value is 65 (25.78% from 255 or 20.63% from 315); Blue value is 186 (73.05% from 255 or 59.05% from 315); Max value from RGB is 186 - color contains mainly: blue. Hex color #4041BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4041BA is #BFBE45. Grayscale: #4E4E4E. Windows color (decimal): -12566086 or 12206400. OLE color: 12206400.

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

Color convert

RGB6465186-
CMYK0.660.6500.27
HSL239.51º48.8%49.02%-
HSV(B)239.51º65.59%72.94%-
XYZ12.878.4247.4-
YUV78.5188.67117.66-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.32%
GREEN value IS 65 (25.78% from 255) = 20.63%
BLUE value IS 186 (73.05% from 255) = 59.05%
R=20.32%
G=20.63%
B=59.05%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal64651860.660.6500.27239.5148.849.02
Hex4041BA424101Bf03131
Octal1001012721021010333606161
Binary10000001000001101110101000010100000101101111110000110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4041BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4041BA; }

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

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

<style>
 a { background-color: #4041BA; }

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

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

<style>
 span { border-color: #4041BA; }

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

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