#4D4FBF

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

Shades of Free Speech Blue #4D4FBF

Tints of Free Speech Blue #4D4FBF

Color information

#4D4FBF (or 0x4D4FBF) is unknown color: approx Free Speech Blue. HEX triplet: 4D, 4F and BF. RGB value is (77,79,191). Sum of RGB (Red+Green+Blue) = 77+79+191=347 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.19% from 347); Green value is 79 (31.25% from 255 or 22.77% from 347); Blue value is 191 (75% from 255 or 55.04% from 347); Max value from RGB is 191 - color contains mainly: blue. Hex color #4D4FBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D4FBF is #B2B040. Grayscale: #5A5A5A. Windows color (decimal): -11710529 or 12537677. OLE color: 12537677.

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

Color convert

RGB7779191-
CMYK0.600.5900.25
HSL238.95º47.11%52.55%-
HSV(B)238.95º59.69%74.9%-
XYZ15.2610.9350.6-
YUV91.17184.34117.89-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22.19%
GREEN value IS 79 (31.25% from 255) = 22.77%
BLUE value IS 191 (75% from 255) = 55.04%
R=22.19%
G=22.77%
B=55.04%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal77791910.600.5900.25238.9547.1152.55
Hex4D4FBF3C3B019ef2f35
Octal11511727774730313575765
Binary100110110011111011111111110011101101100111101111101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,79,191); }

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

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

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

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

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

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

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