#4D5DBE

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

Shades of Free Speech Blue #4D5DBE

Tints of Free Speech Blue #4D5DBE

Color information

#4D5DBE (or 0x4D5DBE) is unknown color: approx Free Speech Blue. HEX triplet: 4D, 5D and BE. RGB value is (77,93,190). Sum of RGB (Red+Green+Blue) = 77+93+190=360 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.39% from 360); Green value is 93 (36.72% from 255 or 25.83% from 360); Blue value is 190 (74.61% from 255 or 52.78% from 360); Max value from RGB is 190 - color contains mainly: blue. Hex color #4D5DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D5DBE is #B2A241. Grayscale: #626262. Windows color (decimal): -11706946 or 12475725. OLE color: 12475725.

HSL color Cylindrical-coordinate representation of color #4D5DBE: hue angle of 231.5º 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 #4D5DBE is Cyan = 0.59, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7793190-
CMYK0.590.5100.25
HSL231.5º46.5%52.35%-
HSV(B)231.5º59.47%74.51%-
XYZ16.2713.1250.39-
YUV99.27179.2112.11-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.39%
GREEN value IS 93 (36.72% from 255) = 25.83%
BLUE value IS 190 (74.61% from 255) = 52.78%
R=21.39%
G=25.83%
B=52.78%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal77931900.590.5100.25231.546.552.35
Hex4D5DBE3B33019e82f34
Octal11513527673630313505764
Binary100110110111011011111011101111001101100111101000101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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