#4844BA

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

Shades of Free Speech Blue #4844BA

Tints of Free Speech Blue #4844BA

Color information

#4844BA (or 0x4844BA) is unknown color: approx Free Speech Blue. HEX triplet: 48, 44 and BA. RGB value is (72,68,186). Sum of RGB (Red+Green+Blue) = 72+68+186=326 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.09% from 326); Green value is 68 (26.95% from 255 or 20.86% 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 #4844BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4844BA is #B7BB45. Grayscale: #525252. Windows color (decimal): -12041030 or 12207176. OLE color: 12207176.

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

Color convert

RGB7268186-
CMYK0.610.6300.27
HSL242.03º46.46%49.8%-
HSV(B)242.03º63.44%72.94%-
XYZ13.69.0647.49-
YUV82.65186.33120.41-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.09%
GREEN value IS 68 (26.95% from 255) = 20.86%
BLUE value IS 186 (73.05% from 255) = 57.06%
R=22.09%
G=20.86%
B=57.06%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal72681860.610.6300.27242.0346.4649.8
Hex4844BA3D3F01Bf22e32
Octal11010427275770333625662
Binary100100010001001011101011110111111101101111110010101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4844BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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