#4D46CA

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

Shades of Free Speech Blue #4D46CA

Tints of Free Speech Blue #4D46CA

Color information

#4D46CA (or 0x4D46CA) is unknown color: approx Free Speech Blue. HEX triplet: 4D, 46 and CA. RGB value is (77,70,202). Sum of RGB (Red+Green+Blue) = 77+70+202=349 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22.06% from 349); Green value is 70 (27.73% from 255 or 20.06% from 349); Blue value is 202 (79.30% from 255 or 57.88% from 349); Max value from RGB is 202 - color contains mainly: blue. Hex color #4D46CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D46CA is #B2B935. Grayscale: #565656. Windows color (decimal): -11712822 or 13256269. OLE color: 13256269.

HSL color Cylindrical-coordinate representation of color #4D46CA: hue angle of 243.18º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D46CA is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB7770202-
CMYK0.620.6500.21
HSL243.18º55.46%53.33%-
HSV(B)243.18º65.35%79.22%-
XYZ15.9110.2257.01-
YUV87.14192.82120.77-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22.06%
GREEN value IS 70 (27.73% from 255) = 20.06%
BLUE value IS 202 (79.30% from 255) = 57.88%
R=22.06%
G=20.06%
B=57.88%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal77702020.620.6500.21243.1855.4653.33
Hex4D46CA3E41015f33735
Octal115106312761010253636765
Binary1001101100011011001010111110100000101010111110011110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D46CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,70,202); }

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

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

 a { background-color: rgb(77,70,202); }

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

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

 span { border-color: rgb(77,70,202); }

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