#4B47C0

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

Shades of Free Speech Blue #4B47C0

Tints of Free Speech Blue #4B47C0

Color information

#4B47C0 (or 0x4B47C0) is unknown color: approx Free Speech Blue. HEX triplet: 4B, 47 and C0. RGB value is (75,71,192). Sum of RGB (Red+Green+Blue) = 75+71+192=338 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.19% from 338); Green value is 71 (28.12% from 255 or 21.01% from 338); Blue value is 192 (75.39% from 255 or 56.80% from 338); Max value from RGB is 192 - color contains mainly: blue. Hex color #4B47C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B47C0 is #B4B83F. Grayscale: #555555. Windows color (decimal): -11843648 or 12601163. OLE color: 12601163.

HSL color Cylindrical-coordinate representation of color #4B47C0: hue angle of 241.98º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4B47C0 is Cyan = 0.61, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7571192-
CMYK0.610.6300.25
HSL241.98º48.99%51.57%-
HSV(B)241.98º63.02%75.29%-
XYZ14.679.8150.99-
YUV85.99187.83120.16-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.19%
GREEN value IS 71 (28.12% from 255) = 21.01%
BLUE value IS 192 (75.39% from 255) = 56.80%
R=22.19%
G=21.01%
B=56.80%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal75711920.610.6300.25241.9848.9951.57
Hex4B47C03D3F019f23134
Octal11310730075770313626164
Binary100101110001111100000011110111111101100111110010110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B47C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B47C0; }

 p { color: rgb(75,71,192); }

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

<style>
 a { background-color: #4B47C0; }

 a { background-color: rgb(75,71,192); }

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

<style>
 span { border-color: #4B47C0; }

 span { border-color: rgb(75,71,192); }

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