Html Css Color HEX #4D44DB Free Speech Blue

📋 copy color: '#4D44DB'

red 77 ◦ green 68 ◦ blue 219

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

Shades of Free Speech Blue #4D44DB

Tints of Free Speech Blue #4D44DB

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.68%

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

R = 21.15%
G = 18.68%
B = 60.16%

CMYK

 C value IS 0.65

 M value IS 0.69

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4D44DB (or 0x4D44DB) is known color: Free Speech Blue. HEX triplet: 4D, 44 and DB. RGB value is (77,68,219). Sum of RGB (Red+Green+Blue) = 77+68+219=364 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.15% from 364); Green value is 68 (26.95% from 255 or 18.68% from 364); Blue value is 219 (85.94% from 255 or 60.16% from 364); Max value from RGB is 219 - color contains mainly: blue. Hex color #4D44DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D44DB is #B2BB24. Grayscale: #575757. Windows color (decimal): -11713317 or 14369869. OLE color: 14369869.

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

Color convert

RGB 77 68 219 -
CMYK 0.65 0.69 0 0.14
HSL 243.58º 0.68% 0.56% -
HSV(B) 243.58º 0.69% 0.86% -
XYZ 17.91 10.83 68.16 -
YUV 87.91 201.98 120.22 -
System Red Green Blue C M Y K H S L
Decimal 77 68 219 0.65 0.69 0 0.14 243.58 0.68 0.56
Hex 4D 44 DB 41 45 0 E F4 44 38
Octal 115 104 333 101 105 0 16 364 104 70
Binary 1001101 1000100 11011011 1000001 1000101 0 1110 11110100 1000100 111000

Color Harmonies of #4D44DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D44DB

Black with #4D44DB

Text Example


Text Example

White with #4D44DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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