#4842BA

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

Shades of Free Speech Blue #4842BA

Tints of Free Speech Blue #4842BA

Color information

#4842BA (or 0x4842BA) is unknown color: approx Free Speech Blue. HEX triplet: 48, 42 and BA. RGB value is (72,66,186). Sum of RGB (Red+Green+Blue) = 72+66+186=324 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.22% from 324); Green value is 66 (26.17% from 255 or 20.37% 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 #4842BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4842BA is #B7BD45. Grayscale: #515151. Windows color (decimal): -12041542 or 12206664. OLE color: 12206664.

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

Color convert

RGB7266186-
CMYK0.610.6500.27
HSL243º47.62%49.41%-
HSV(B)243º64.52%72.94%-
XYZ13.488.8247.45-
YUV81.47186.99121.24-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.22%
GREEN value IS 66 (26.17% from 255) = 20.37%
BLUE value IS 186 (73.05% from 255) = 57.41%
R=22.22%
G=20.37%
B=57.41%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal72661860.610.6500.2724347.6249.41
Hex4842BA3D4101Bf33031
Octal110102272751010333636061
Binary1001000100001010111010111101100000101101111110011110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4842BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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