#4D3FC4

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

Shades of Free Speech Blue #4D3FC4

Tints of Free Speech Blue #4D3FC4

Color information

#4D3FC4 (or 0x4D3FC4) is unknown color: approx Free Speech Blue. HEX triplet: 4D, 3F and C4. RGB value is (77,63,196). Sum of RGB (Red+Green+Blue) = 77+63+196=336 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.92% from 336); Green value is 63 (25% from 255 or 18.75% from 336); Blue value is 196 (76.95% from 255 or 58.33% from 336); Max value from RGB is 196 - color contains mainly: blue. Hex color #4D3FC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D3FC4 is #B2C03B. Grayscale: #515151. Windows color (decimal): -11714620 or 12861261. OLE color: 12861261.

HSL color Cylindrical-coordinate representation of color #4D3FC4: hue angle of 246.32º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4D3FC4 is Cyan = 0.61, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB7763196-
CMYK0.610.6800.23
HSL246.32º52.99%50.78%-
HSV(B)246.32º67.86%76.86%-
XYZ14.89.1253.2-
YUV82.35192.14124.19-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22.92%
GREEN value IS 63 (25% from 255) = 18.75%
BLUE value IS 196 (76.95% from 255) = 58.33%
R=22.92%
G=18.75%
B=58.33%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal77631960.610.6800.23246.3252.9950.78
Hex4D3FC43D44017f63533
Octal11577304751040273666563
Binary100110111111111000100111101100010001011111110110110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,63,196); }

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

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

 a { background-color: rgb(77,63,196); }

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

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

 span { border-color: rgb(77,63,196); }

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