#4D5FC7

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

Shades of Free Speech Blue #4D5FC7

Tints of Free Speech Blue #4D5FC7

Color information

#4D5FC7 (or 0x4D5FC7) is unknown color: approx Free Speech Blue. HEX triplet: 4D, 5F and C7. RGB value is (77,95,199). Sum of RGB (Red+Green+Blue) = 77+95+199=371 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.75% from 371); Green value is 95 (37.5% from 255 or 25.61% from 371); Blue value is 199 (78.12% from 255 or 53.64% from 371); Max value from RGB is 199 - color contains mainly: blue. Hex color #4D5FC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D5FC7 is #B2A038. Grayscale: #656565. Windows color (decimal): -11706425 or 13066061. OLE color: 13066061.

HSL color Cylindrical-coordinate representation of color #4D5FC7: hue angle of 231.15º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4D5FC7 is Cyan = 0.61, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB7795199-
CMYK0.610.5200.22
HSL231.15º52.14%54.12%-
HSV(B)231.15º61.31%78.04%-
XYZ17.4613.8955.79-
YUV101.47183.04110.54-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.75%
GREEN value IS 95 (37.5% from 255) = 25.61%
BLUE value IS 199 (78.12% from 255) = 53.64%
R=20.75%
G=25.61%
B=53.64%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal77951990.610.5200.22231.1552.1454.12
Hex4D5FC73D34016e73436
Octal11513730775640263476466
Binary100110110111111100011111110111010001011011100111110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5FC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,95,199); }

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

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

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

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

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

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

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