Html Css Color HEX #4940BD Free Speech Blue

📋 copy color: '#4940BD'

red 73 ◦ green 64 ◦ blue 189

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

Shades of Free Speech Blue #4940BD

Tints of Free Speech Blue #4940BD

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.63%

 BLUE value IS 189 (74.22% from 255) = 57.98%

R = 22.39%
G = 19.63%
B = 57.98%

CMYK

 C value IS 0.61

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4940BD (or 0x4940BD) is known color: Free Speech Blue. HEX triplet: 49, 40 and BD. RGB value is (73,64,189). Sum of RGB (Red+Green+Blue) = 73+64+189=326 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.39% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 189 (74.22% from 255 or 57.98% from 326); Max value from RGB is 189 - color contains mainly: blue. Hex color #4940BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4940BD is #B6BF42. Grayscale: #505050. Windows color (decimal): -11976515 or 12402761. OLE color: 12402761.

HSL color Cylindrical-coordinate representation of color #4940BD: hue angle of 244.32º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4940BD is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 73 64 189 -
CMYK 0.61 0.66 0 0.26
HSL 244.32º 0.49% 0.5% -
HSV(B) 244.32º 0.66% 0.74% -
XYZ 13.77 8.76 49.11 -
YUV 80.94 188.98 122.34 -
System Red Green Blue C M Y K H S L
Decimal 73 64 189 0.61 0.66 0 0.26 244.32 0.49 0.5
Hex 49 40 BD 3D 42 0 1A F4 31 32
Octal 111 100 275 75 102 0 32 364 61 62
Binary 1001001 1000000 10111101 111101 1000010 0 11010 11110100 110001 110010

Color Harmonies of #4940BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4940BD

Black with #4940BD

Text Example


Text Example

White with #4940BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4940BD; }

 p { color: rgb(73,64,189); }

 H1.HeaderClassName
 {
   color: #4940BD;
 }
 .AnyTagClassName
 {
   color: #4940BD;
 }
</style>

background-color css

<style>
 a { background-color: #4940BD; }

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

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

border-color css

<style>
 span { border-color: #4940BD; }

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

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