#4D4DBD

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

Shades of Free Speech Blue #4D4DBD

Tints of Free Speech Blue #4D4DBD

Color information

#4D4DBD (or 0x4D4DBD) is unknown color: approx Free Speech Blue. HEX triplet: 4D, 4D and BD. RGB value is (77,77,189). Sum of RGB (Red+Green+Blue) = 77+77+189=343 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.45% from 343); Green value is 77 (30.47% from 255 or 22.45% from 343); Blue value is 189 (74.22% from 255 or 55.10% from 343); Max value from RGB is 189 - color contains mainly: blue. Hex color #4D4DBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D4DBD is #B2B242. Grayscale: #595959. Windows color (decimal): -11711043 or 12406093. OLE color: 12406093.

HSL color Cylindrical-coordinate representation of color #4D4DBD: hue angle of 240º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4D4DBD is Cyan = 0.59, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB7777189-
CMYK0.590.5900.26
HSL240º45.9%52.16%-
HSV(B)240º59.26%74.12%-
XYZ14.910.5649.4-
YUV89.77184118.89-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22.45%
GREEN value IS 77 (30.47% from 255) = 22.45%
BLUE value IS 189 (74.22% from 255) = 55.10%
R=22.45%
G=22.45%
B=55.10%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal77771890.590.5900.2624045.952.16
Hex4D4DBD3B3B01Af02e34
Octal11511527573730323605664
Binary100110110011011011110111101111101101101011110000101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,77,189); }

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

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

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

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

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

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

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