#4843BB

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

Shades of Free Speech Blue #4843BB

Tints of Free Speech Blue #4843BB

Color information

#4843BB (or 0x4843BB) is unknown color: approx Free Speech Blue. HEX triplet: 48, 43 and BB. RGB value is (72,67,187). Sum of RGB (Red+Green+Blue) = 72+67+187=326 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.09% from 326); Green value is 67 (26.56% from 255 or 20.55% from 326); Blue value is 187 (73.44% from 255 or 57.36% from 326); Max value from RGB is 187 - color contains mainly: blue. Hex color #4843BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4843BB is #B7BC44. Grayscale: #515151. Windows color (decimal): -12041285 or 12272456. OLE color: 12272456.

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

Color convert

RGB7267187-
CMYK0.610.6400.27
HSL242.5º47.24%49.8%-
HSV(B)242.5º64.17%73.33%-
XYZ13.658.9848.03-
YUV82.18187.16120.74-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.09%
GREEN value IS 67 (26.56% from 255) = 20.55%
BLUE value IS 187 (73.44% from 255) = 57.36%
R=22.09%
G=20.55%
B=57.36%

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
Decimal72671870.610.6400.27242.547.2449.8
Hex4843BB3D4001Bf22f32
Octal110103273751000333625762
Binary1001000100001110111011111101100000001101111110010101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4843BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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