#4843BA

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

Shades of Free Speech Blue #4843BA

Tints of Free Speech Blue #4843BA

Color information

#4843BA (or 0x4843BA) is unknown color: approx Free Speech Blue. HEX triplet: 48, 43 and BA. RGB value is (72,67,186). Sum of RGB (Red+Green+Blue) = 72+67+186=325 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.15% from 325); Green value is 67 (26.56% from 255 or 20.62% from 325); Blue value is 186 (73.05% from 255 or 57.23% from 325); Max value from RGB is 186 - color contains mainly: blue. Hex color #4843BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4843BA is #B7BC45. Grayscale: #515151. Windows color (decimal): -12041286 or 12206920. OLE color: 12206920.

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

Color convert

RGB7267186-
CMYK0.610.6400.27
HSL242.52º47.04%49.61%-
HSV(B)242.52º63.98%72.94%-
XYZ13.548.9447.47-
YUV82.06186.66120.82-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.15%
GREEN value IS 67 (26.56% from 255) = 20.62%
BLUE value IS 186 (73.05% from 255) = 57.23%
R=22.15%
G=20.62%
B=57.23%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal72671860.610.6400.27242.5247.0449.61
Hex4843BA3D4001Bf32f32
Octal110103272751000333635762
Binary1001000100001110111010111101100000001101111110011101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4843BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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