#4D4ABE

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

Shades of Free Speech Blue #4D4ABE

Tints of Free Speech Blue #4D4ABE

Color information

#4D4ABE (or 0x4D4ABE) is unknown color: approx Free Speech Blue. HEX triplet: 4D, 4A and BE. RGB value is (77,74,190). Sum of RGB (Red+Green+Blue) = 77+74+190=341 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.58% from 341); Green value is 74 (29.30% from 255 or 21.70% from 341); Blue value is 190 (74.61% from 255 or 55.72% from 341); Max value from RGB is 190 - color contains mainly: blue. Hex color #4D4ABE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D4ABE is #B2B541. Grayscale: #575757. Windows color (decimal): -11711810 or 12470861. OLE color: 12470861.

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

Color convert

RGB7774190-
CMYK0.590.6100.25
HSL241.55º47.15%51.76%-
HSV(B)241.55º61.05%74.51%-
XYZ14.810.1949.9-
YUV88.12185.49120.07-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22.58%
GREEN value IS 74 (29.30% from 255) = 21.70%
BLUE value IS 190 (74.61% from 255) = 55.72%
R=22.58%
G=21.70%
B=55.72%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal77741900.590.6100.25241.5547.1551.76
Hex4D4ABE3B3D019f22f34
Octal11511227673750313625764
Binary100110110010101011111011101111110101100111110010101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,74,190); }

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

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

 a { background-color: rgb(77,74,190); }

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

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

 span { border-color: rgb(77,74,190); }

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