#4848BA

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

Shades of Free Speech Blue #4848BA

Tints of Free Speech Blue #4848BA

Color information

#4848BA (or 0x4848BA) is unknown color: approx Free Speech Blue. HEX triplet: 48, 48 and BA. RGB value is (72,72,186). Sum of RGB (Red+Green+Blue) = 72+72+186=330 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.82% from 330); Green value is 72 (28.52% from 255 or 21.82% from 330); Blue value is 186 (73.05% from 255 or 56.36% from 330); Max value from RGB is 186 - color contains mainly: blue. Hex color #4848BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4848BA is #B7B745. Grayscale: #545454. Windows color (decimal): -12040006 or 12208200. OLE color: 12208200.

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

Color convert

RGB7272186-
CMYK0.610.6100.27
HSL240º45.24%50.59%-
HSV(B)240º61.29%72.94%-
XYZ13.859.5647.57-
YUV85185118.73-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.82%
GREEN value IS 72 (28.52% from 255) = 21.82%
BLUE value IS 186 (73.05% from 255) = 56.36%
R=21.82%
G=21.82%
B=56.36%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal72721860.610.6100.2724045.2450.59
Hex4848BA3D3D01Bf02d33
Octal11011027275750333605563
Binary100100010010001011101011110111110101101111110000101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4848BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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