Html Css Color HEX #4D46CA Free Speech Blue

📋 copy color: '#4D46CA'

red 77 ◦ green 70 ◦ blue 202

#4D46CA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Blue #4D46CA

Tints of Free Speech Blue #4D46CA

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.3% from 255) = 57.88%

R = 22.06%
G = 20.06%
B = 57.88%

CMYK

 C value IS 0.62

 M value IS 0.65

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4D46CA (or 0x4D46CA) is known color: 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

RGB 77 70 202 -
CMYK 0.62 0.65 0 0.21
HSL 243.18º 0.55% 0.53% -
HSV(B) 243.18º 0.65% 0.79% -
XYZ 15.91 10.22 57.01 -
YUV 87.14 192.82 120.77 -
System Red Green Blue C M Y K H S L
Decimal 77 70 202 0.62 0.65 0 0.21 243.18 0.55 0.53
Hex 4D 46 CA 3E 41 0 15 F3 37 35
Octal 115 106 312 76 101 0 25 363 67 65
Binary 1001101 1000110 11001010 111110 1000001 0 10101 11110011 110111 110101

Color Harmonies of #4D46CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D46CA

Black with #4D46CA

Text Example


Text Example

White with #4D46CA

Text Example


Text Example

HTML Codes & Css Web 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>