Html Css Color HEX #4D51DC Free Speech Blue

📋 copy color: '#4D51DC'

red 77 ◦ green 81 ◦ blue 220

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

Shades of Free Speech Blue #4D51DC

Tints of Free Speech Blue #4D51DC

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.43%

 BLUE value IS 220 (86.33% from 255) = 58.2%

R = 20.37%
G = 21.43%
B = 58.2%

CMYK

 C value IS 0.65

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4D51DC (or 0x4D51DC) is known color: Free Speech Blue. HEX triplet: 4D, 51 and DC. RGB value is (77,81,220). Sum of RGB (Red+Green+Blue) = 77+81+220=378 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.37% from 378); Green value is 81 (32.03% from 255 or 21.43% from 378); Blue value is 220 (86.33% from 255 or 58.20% from 378); Max value from RGB is 220 - color contains mainly: blue. Hex color #4D51DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D51DC is #B2AE23. Grayscale: #5F5F5F. Windows color (decimal): -11709988 or 14438733. OLE color: 14438733.

HSL color Cylindrical-coordinate representation of color #4D51DC: hue angle of 238.32º 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 #4D51DC is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 77 81 220 -
CMYK 0.65 0.63 0 0.14
HSL 238.32º 0.67% 0.58% -
HSV(B) 238.32º 0.65% 0.86% -
XYZ 18.92 12.63 69.15 -
YUV 95.65 198.17 114.7 -
System Red Green Blue C M Y K H S L
Decimal 77 81 220 0.65 0.63 0 0.14 238.32 0.67 0.58
Hex 4D 51 DC 41 3F 0 E EE 43 3A
Octal 115 121 334 101 77 0 16 356 103 72
Binary 1001101 1010001 11011100 1000001 111111 0 1110 11101110 1000011 111010

Color Harmonies of #4D51DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D51DC

Black with #4D51DC

Text Example


Text Example

White with #4D51DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,81,220); }

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

background-color css

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

 a { background-color: rgb(77,81,220); }

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

border-color css

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

 span { border-color: rgb(77,81,220); }

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