#4644BA

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

Shades of Free Speech Blue #4644BA

Tints of Free Speech Blue #4644BA

Color information

#4644BA (or 0x4644BA) is unknown color: approx Free Speech Blue. HEX triplet: 46, 44 and BA. RGB value is (70,68,186). Sum of RGB (Red+Green+Blue) = 70+68+186=324 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.60% from 324); Green value is 68 (26.95% from 255 or 20.99% from 324); Blue value is 186 (73.05% from 255 or 57.41% from 324); Max value from RGB is 186 - color contains mainly: blue. Hex color #4644BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4644BA is #B9BB45. Grayscale: #515151. Windows color (decimal): -12172102 or 12207174. OLE color: 12207174.

HSL color Cylindrical-coordinate representation of color #4644BA: hue angle of 241.02º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4644BA is Cyan = 0.62, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7068186-
CMYK0.620.6300.27
HSL241.02º46.46%49.8%-
HSV(B)241.02º63.44%72.94%-
XYZ13.468.9847.48-
YUV82.05186.66119.41-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.60%
GREEN value IS 68 (26.95% from 255) = 20.99%
BLUE value IS 186 (73.05% from 255) = 57.41%
R=21.60%
G=20.99%
B=57.41%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal70681860.620.6300.27241.0246.4649.8
Hex4644BA3E3F01Bf12e32
Octal10610427276770333615662
Binary100011010001001011101011111011111101101111110001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4644BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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