Html Css Color HEX #4949BC Free Speech Blue

📋 copy color: '#4949BC'

red 73 ◦ green 73 ◦ blue 188

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

Shades of Free Speech Blue #4949BC

Tints of Free Speech Blue #4949BC

RGB

 RED value IS 73 (28.91% from 255) = 21.86%

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

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

R = 21.86%
G = 21.86%
B = 56.29%

CMYK

 C value IS 0.61

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4949BC (or 0x4949BC) is known color: Free Speech Blue. HEX triplet: 49, 49 and BC. RGB value is (73,73,188). Sum of RGB (Red+Green+Blue) = 73+73+188=334 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.86% from 334); Green value is 73 (28.91% from 255 or 21.86% from 334); Blue value is 188 (73.83% from 255 or 56.29% from 334); Max value from RGB is 188 - color contains mainly: blue. Hex color #4949BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4949BC is #B6B643. Grayscale: #555555. Windows color (decimal): -11974212 or 12339529. OLE color: 12339529.

HSL color Cylindrical-coordinate representation of color #4949BC: hue angle of 240º 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 #4949BC is Cyan = 0.61, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 73 73 188 -
CMYK 0.61 0.61 0 0.26
HSL 240º 0.46% 0.51% -
HSV(B) 240º 0.61% 0.74% -
XYZ 14.21 9.81 48.72 -
YUV 86.11 185.5 118.65 -
System Red Green Blue C M Y K H S L
Decimal 73 73 188 0.61 0.61 0 0.26 240 0.46 0.51
Hex 49 49 BC 3D 3D 0 1A F0 2E 33
Octal 111 111 274 75 75 0 32 360 56 63
Binary 1001001 1001001 10111100 111101 111101 0 11010 11110000 101110 110011

Color Harmonies of #4949BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4949BC

Black with #4949BC

Text Example


Text Example

White with #4949BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4949BC; }

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

 H1.HeaderClassName
 {
   color: #4949BC;
 }
 .AnyTagClassName
 {
   color: #4949BC;
 }
</style>

background-color css

<style>
 a { background-color: #4949BC; }

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

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

border-color css

<style>
 span { border-color: #4949BC; }

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

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