Html Css Color HEX #4D4CDB Free Speech Blue

📋 copy color: '#4D4CDB'

red 77 ◦ green 76 ◦ blue 219

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

Shades of Free Speech Blue #4D4CDB

Tints of Free Speech Blue #4D4CDB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.43%

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

R = 20.7%
G = 20.43%
B = 58.87%

CMYK

 C value IS 0.65

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4D4CDB (or 0x4D4CDB) is known color: Free Speech Blue. HEX triplet: 4D, 4C and DB. RGB value is (77,76,219). Sum of RGB (Red+Green+Blue) = 77+76+219=372 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.70% from 372); Green value is 76 (30.08% from 255 or 20.43% from 372); Blue value is 219 (85.94% from 255 or 58.87% from 372); Max value from RGB is 219 - color contains mainly: blue. Hex color #4D4CDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D4CDB is #B2B324. Grayscale: #5C5C5C. Windows color (decimal): -11711269 or 14371917. OLE color: 14371917.

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

Color convert

RGB 77 76 219 -
CMYK 0.65 0.65 0 0.14
HSL 240.42º 0.67% 0.58% -
HSV(B) 240.42º 0.65% 0.86% -
XYZ 18.43 11.86 68.34 -
YUV 92.6 199.33 116.87 -
System Red Green Blue C M Y K H S L
Decimal 77 76 219 0.65 0.65 0 0.14 240.42 0.67 0.58
Hex 4D 4C DB 41 41 0 E F0 43 3A
Octal 115 114 333 101 101 0 16 360 103 72
Binary 1001101 1001100 11011011 1000001 1000001 0 1110 11110000 1000011 111010

Color Harmonies of #4D4CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4CDB

Black with #4D4CDB

Text Example


Text Example

White with #4D4CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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