#4D5BB9

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

Shades of Free Speech Blue #4D5BB9

Tints of Free Speech Blue #4D5BB9

Color information

#4D5BB9 (or 0x4D5BB9) is unknown color: approx Free Speech Blue. HEX triplet: 4D, 5B and B9. RGB value is (77,91,185). Sum of RGB (Red+Green+Blue) = 77+91+185=353 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.81% from 353); Green value is 91 (35.94% from 255 or 25.78% from 353); Blue value is 185 (72.66% from 255 or 52.41% from 353); Max value from RGB is 185 - color contains mainly: blue. Hex color #4D5BB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D5BB9 is #B2A446. Grayscale: #616161. Windows color (decimal): -11707463 or 12147533. OLE color: 12147533.

HSL color Cylindrical-coordinate representation of color #4D5BB9: hue angle of 232.22º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4D5BB9 is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7791185-
CMYK0.580.5100.27
HSL232.22º43.55%51.37%-
HSV(B)232.22º58.38%72.55%-
XYZ15.5612.5647.5-
YUV97.53177.36113.36-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.81%
GREEN value IS 91 (35.94% from 255) = 25.78%
BLUE value IS 185 (72.66% from 255) = 52.41%
R=21.81%
G=25.78%
B=52.41%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal77911850.580.5100.27232.2243.5551.37
Hex4D5BB93A3301Be82c33
Octal11513327172630333505463
Binary100110110110111011100111101011001101101111101000101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,91,185); }

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

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

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

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

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

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

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