Html Css Color HEX #4D46DB Free Speech Blue

📋 copy color: '#4D46DB'

red 77 ◦ green 70 ◦ blue 219

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

Shades of Free Speech Blue #4D46DB

Tints of Free Speech Blue #4D46DB

RGB

 RED value IS 77 (30.47% from 255) = 21.04%

 GREEN value IS 70 (27.73% from 255) = 19.13%

 BLUE value IS 219 (85.94% from 255) = 59.84%

R = 21.04%
G = 19.13%
B = 59.84%

CMYK

 C value IS 0.65

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4D46DB (or 0x4D46DB) is known color: Free Speech Blue. HEX triplet: 4D, 46 and DB. RGB value is (77,70,219). Sum of RGB (Red+Green+Blue) = 77+70+219=366 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.04% from 366); Green value is 70 (27.73% from 255 or 19.13% from 366); Blue value is 219 (85.94% from 255 or 59.84% from 366); Max value from RGB is 219 - color contains mainly: blue. Hex color #4D46DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D46DB is #B2B924. Grayscale: #585858. Windows color (decimal): -11712805 or 14370381. OLE color: 14370381.

HSL color Cylindrical-coordinate representation of color #4D46DB: hue angle of 242.82º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4D46DB is Cyan = 0.65, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 77 70 219 -
CMYK 0.65 0.68 0 0.14
HSL 242.82º 0.67% 0.57% -
HSV(B) 242.82º 0.68% 0.86% -
XYZ 18.04 11.07 68.2 -
YUV 89.08 201.32 119.38 -
System Red Green Blue C M Y K H S L
Decimal 77 70 219 0.65 0.68 0 0.14 242.82 0.67 0.57
Hex 4D 46 DB 41 44 0 E F3 43 39
Octal 115 106 333 101 104 0 16 363 103 71
Binary 1001101 1000110 11011011 1000001 1000100 0 1110 11110011 1000011 111001

Color Harmonies of #4D46DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D46DB

Black with #4D46DB

Text Example


Text Example

White with #4D46DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4D46DB;
 }
 .AnyTagClassName
 {
   color: #4D46DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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