#4046BA

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

Shades of Free Speech Blue #4046BA

Tints of Free Speech Blue #4046BA

Color information

#4046BA (or 0x4046BA) is unknown color: approx Free Speech Blue. HEX triplet: 40, 46 and BA. RGB value is (64,70,186). Sum of RGB (Red+Green+Blue) = 64+70+186=320 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20% from 320); Green value is 70 (27.73% from 255 or 21.88% from 320); Blue value is 186 (73.05% from 255 or 58.12% from 320); Max value from RGB is 186 - color contains mainly: blue. Hex color #4046BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4046BA is #BFB945. Grayscale: #505050. Windows color (decimal): -12564806 or 12207680. OLE color: 12207680.

HSL color Cylindrical-coordinate representation of color #4046BA: hue angle of 237.05º 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 #4046BA is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6470186-
CMYK0.660.6200.27
HSL237.05º48.8%49.02%-
HSV(B)237.05º65.59%72.94%-
XYZ13.179.0247.5-
YUV81.43187.01115.57-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20%
GREEN value IS 70 (27.73% from 255) = 21.88%
BLUE value IS 186 (73.05% from 255) = 58.12%
R=20%
G=21.88%
B=58.12%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal64701860.660.6200.27237.0548.849.02
Hex4046BA423E01Bed3131
Octal100106272102760333556161
Binary1000000100011010111010100001011111001101111101101110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4046BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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