Html Css Color HEX #4D51DB Free Speech Blue

📋 copy color: '#4D51DB'

red 77 ◦ green 81 ◦ blue 219

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

Shades of Free Speech Blue #4D51DB

Tints of Free Speech Blue #4D51DB

RGB

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

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

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

R = 20.42%
G = 21.49%
B = 58.09%

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

#4D51DB (or 0x4D51DB) is known color: Free Speech Blue. HEX triplet: 4D, 51 and DB. RGB value is (77,81,219). Sum of RGB (Red+Green+Blue) = 77+81+219=377 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.42% from 377); Green value is 81 (32.03% from 255 or 21.49% from 377); Blue value is 219 (85.94% from 255 or 58.09% from 377); Max value from RGB is 219 - color contains mainly: blue. Hex color #4D51DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D51DB is #B2AE24. Grayscale: #5E5E5E. Windows color (decimal): -11709989 or 14373197. OLE color: 14373197.

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

Color convert

RGB 77 81 219 -
CMYK 0.65 0.63 0 0.14
HSL 238.31º 0.66% 0.58% -
HSV(B) 238.31º 0.65% 0.86% -
XYZ 18.79 12.58 68.46 -
YUV 95.54 197.67 114.78 -
System Red Green Blue C M Y K H S L
Decimal 77 81 219 0.65 0.63 0 0.14 238.31 0.66 0.58
Hex 4D 51 DB 41 3F 0 E EE 42 3A
Octal 115 121 333 101 77 0 16 356 102 72
Binary 1001101 1010001 11011011 1000001 111111 0 1110 11101110 1000010 111010

Color Harmonies of #4D51DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D51DB

Black with #4D51DB

Text Example


Text Example

White with #4D51DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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