#4D51BE

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

Shades of Free Speech Blue #4D51BE

Tints of Free Speech Blue #4D51BE

Color information

#4D51BE (or 0x4D51BE) is unknown color: approx Free Speech Blue. HEX triplet: 4D, 51 and BE. RGB value is (77,81,190). Sum of RGB (Red+Green+Blue) = 77+81+190=348 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22.13% from 348); Green value is 81 (32.03% from 255 or 23.28% from 348); Blue value is 190 (74.61% from 255 or 54.60% from 348); Max value from RGB is 190 - color contains mainly: blue. Hex color #4D51BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D51BE is #B2AE41. Grayscale: #5B5B5B. Windows color (decimal): -11710018 or 12472653. OLE color: 12472653.

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

Color convert

RGB7781190-
CMYK0.590.5700.25
HSL237.88º46.5%52.35%-
HSV(B)237.88º59.47%74.51%-
XYZ15.311.1850.07-
YUV92.23183.17117.14-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22.13%
GREEN value IS 81 (32.03% from 255) = 23.28%
BLUE value IS 190 (74.61% from 255) = 54.60%
R=22.13%
G=23.28%
B=54.60%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal77811900.590.5700.25237.8846.552.35
Hex4D51BE3B39019ee2f34
Octal11512127673710313565764
Binary100110110100011011111011101111100101100111101110101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D51BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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