Html Css Color HEX #4D49BC Free Speech Blue

📋 copy color: '#4D49BC'

red 77 ◦ green 73 ◦ blue 188

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

Shades of Free Speech Blue #4D49BC

Tints of Free Speech Blue #4D49BC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.6%

 BLUE value IS 188 (73.83% from 255) = 55.62%

R = 22.78%
G = 21.6%
B = 55.62%

CMYK

 C value IS 0.59

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4D49BC (or 0x4D49BC) is known color: Free Speech Blue. HEX triplet: 4D, 49 and BC. RGB value is (77,73,188). Sum of RGB (Red+Green+Blue) = 77+73+188=338 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.78% from 338); Green value is 73 (28.91% from 255 or 21.60% from 338); Blue value is 188 (73.83% from 255 or 55.62% from 338); Max value from RGB is 188 - color contains mainly: blue. Hex color #4D49BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D49BC is #B2B643. Grayscale: #565656. Windows color (decimal): -11712068 or 12339533. OLE color: 12339533.

HSL color Cylindrical-coordinate representation of color #4D49BC: hue angle of 242.09º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4D49BC is Cyan = 0.59, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 77 73 188 -
CMYK 0.59 0.61 0 0.26
HSL 242.09º 0.46% 0.51% -
HSV(B) 242.09º 0.61% 0.74% -
XYZ 14.52 9.97 48.74 -
YUV 87.31 184.83 120.65 -
System Red Green Blue C M Y K H S L
Decimal 77 73 188 0.59 0.61 0 0.26 242.09 0.46 0.51
Hex 4D 49 BC 3B 3D 0 1A F2 2E 33
Octal 115 111 274 73 75 0 32 362 56 63
Binary 1001101 1001001 10111100 111011 111101 0 11010 11110010 101110 110011

Color Harmonies of #4D49BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D49BC

Black with #4D49BC

Text Example


Text Example

White with #4D49BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,73,188); }

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

background-color css

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

 a { background-color: rgb(77,73,188); }

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

border-color css

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

 span { border-color: rgb(77,73,188); }

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