Html Css Color HEX #4940BE Free Speech Blue

📋 copy color: '#4940BE'

red 73 ◦ green 64 ◦ blue 190

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

Shades of Free Speech Blue #4940BE

Tints of Free Speech Blue #4940BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 58.1%

R = 22.32%
G = 19.57%
B = 58.1%

CMYK

 C value IS 0.62

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4940BE (or 0x4940BE) is known color: Free Speech Blue. HEX triplet: 49, 40 and BE. RGB value is (73,64,190). Sum of RGB (Red+Green+Blue) = 73+64+190=327 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.32% from 327); Green value is 64 (25.39% from 255 or 19.57% from 327); Blue value is 190 (74.61% from 255 or 58.10% from 327); Max value from RGB is 190 - color contains mainly: blue. Hex color #4940BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4940BE is #B6BF41. Grayscale: #505050. Windows color (decimal): -11976514 or 12468297. OLE color: 12468297.

HSL color Cylindrical-coordinate representation of color #4940BE: hue angle of 244.29º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4940BE is Cyan = 0.62, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 64 190 -
CMYK 0.62 0.66 0 0.25
HSL 244.29º 0.5% 0.5% -
HSV(B) 244.29º 0.66% 0.75% -
XYZ 13.88 8.8 49.68 -
YUV 81.06 189.48 122.25 -
System Red Green Blue C M Y K H S L
Decimal 73 64 190 0.62 0.66 0 0.25 244.29 0.5 0.5
Hex 49 40 BE 3E 42 0 19 F4 32 32
Octal 111 100 276 76 102 0 31 364 62 62
Binary 1001001 1000000 10111110 111110 1000010 0 11001 11110100 110010 110010

Color Harmonies of #4940BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4940BE

Black with #4940BE

Text Example


Text Example

White with #4940BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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