#4D47CB

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

Shades of Free Speech Blue #4D47CB

Tints of Free Speech Blue #4D47CB

Color information

#4D47CB (or 0x4D47CB) is unknown color: approx Free Speech Blue. HEX triplet: 4D, 47 and CB. RGB value is (77,71,203). Sum of RGB (Red+Green+Blue) = 77+71+203=351 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.94% from 351); Green value is 71 (28.12% from 255 or 20.23% from 351); Blue value is 203 (79.69% from 255 or 57.83% from 351); Max value from RGB is 203 - color contains mainly: blue. Hex color #4D47CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D47CB is #B2B834. Grayscale: #575757. Windows color (decimal): -11712565 or 13322061. OLE color: 13322061.

HSL color Cylindrical-coordinate representation of color #4D47CB: hue angle of 242.73º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D47CB is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB7771203-
CMYK0.620.6500.20
HSL242.73º55.93%53.73%-
HSV(B)242.73º65.02%79.61%-
XYZ16.0910.457.66-
YUV87.84192.99120.27-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.94%
GREEN value IS 71 (28.12% from 255) = 20.23%
BLUE value IS 203 (79.69% from 255) = 57.83%
R=21.94%
G=20.23%
B=57.83%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal77712030.620.6500.20242.7355.9353.73
Hex4D47CB3E41014f33836
Octal115107313761010243637066
Binary1001101100011111001011111110100000101010011110011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D47CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,71,203); }

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

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

 a { background-color: rgb(77,71,203); }

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

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

 span { border-color: rgb(77,71,203); }

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