#4B47BD

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

Shades of Free Speech Blue #4B47BD

Tints of Free Speech Blue #4B47BD

Color information

#4B47BD (or 0x4B47BD) is unknown color: approx Free Speech Blue. HEX triplet: 4B, 47 and BD. RGB value is (75,71,189). Sum of RGB (Red+Green+Blue) = 75+71+189=335 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.39% from 335); Green value is 71 (28.12% from 255 or 21.19% from 335); Blue value is 189 (74.22% from 255 or 56.42% from 335); Max value from RGB is 189 - color contains mainly: blue. Hex color #4B47BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B47BD is #B4B842. Grayscale: #555555. Windows color (decimal): -11843651 or 12404555. OLE color: 12404555.

HSL color Cylindrical-coordinate representation of color #4B47BD: hue angle of 242.03º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4B47BD is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB7571189-
CMYK0.600.6200.26
HSL242.03º47.2%50.98%-
HSV(B)242.03º62.43%74.12%-
XYZ14.349.6849.26-
YUV85.65186.33120.41-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.39%
GREEN value IS 71 (28.12% from 255) = 21.19%
BLUE value IS 189 (74.22% from 255) = 56.42%
R=22.39%
G=21.19%
B=56.42%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal75711890.600.6200.26242.0347.250.98
Hex4B47BD3C3E01Af22f33
Octal11310727574760323625763
Binary100101110001111011110111110011111001101011110010101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B47BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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