#4D5EBD

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

Shades of Free Speech Blue #4D5EBD

Tints of Free Speech Blue #4D5EBD

Color information

#4D5EBD (or 0x4D5EBD) is unknown color: approx Free Speech Blue. HEX triplet: 4D, 5E and BD. RGB value is (77,94,189). Sum of RGB (Red+Green+Blue) = 77+94+189=360 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.39% from 360); Green value is 94 (37.11% from 255 or 26.11% from 360); Blue value is 189 (74.22% from 255 or 52.5% from 360); Max value from RGB is 189 - color contains mainly: blue. Hex color #4D5EBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D5EBD is #B2A142. Grayscale: #636363. Windows color (decimal): -11706691 or 12410445. OLE color: 12410445.

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

Color convert

RGB7794189-
CMYK0.590.5000.26
HSL230.89º45.9%52.16%-
HSV(B)230.89º59.26%74.12%-
XYZ16.2513.2649.85-
YUV99.75178.37111.78-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.39%
GREEN value IS 94 (37.11% from 255) = 26.11%
BLUE value IS 189 (74.22% from 255) = 52.5%
R=21.39%
G=26.11%
B=52.5%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal77941890.590.5000.26230.8945.952.16
Hex4D5EBD3B3201Ae72e34
Octal11513627573620323475664
Binary100110110111101011110111101111001001101011100111101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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