Html Css Color HEX #4D40BE Free Speech Blue

📋 copy color: '#4D40BE'

red 77 ◦ green 64 ◦ blue 190

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

Shades of Free Speech Blue #4D40BE

Tints of Free Speech Blue #4D40BE

RGB

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

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

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

R = 23.26%
G = 19.34%
B = 57.4%

CMYK

 C value IS 0.59

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4D40BE (or 0x4D40BE) is known color: Free Speech Blue. HEX triplet: 4D, 40 and BE. RGB value is (77,64,190). Sum of RGB (Red+Green+Blue) = 77+64+190=331 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.26% from 331); Green value is 64 (25.39% from 255 or 19.34% from 331); Blue value is 190 (74.61% from 255 or 57.40% from 331); Max value from RGB is 190 - color contains mainly: blue. Hex color #4D40BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D40BE is #B2BF41. Grayscale: #515151. Windows color (decimal): -11714370 or 12468301. OLE color: 12468301.

HSL color Cylindrical-coordinate representation of color #4D40BE: hue angle of 246.19º 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 #4D40BE is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 77 64 190 -
CMYK 0.59 0.66 0 0.25
HSL 246.19º 0.5% 0.5% -
HSV(B) 246.19º 0.66% 0.75% -
XYZ 14.19 8.96 49.7 -
YUV 82.25 188.81 124.25 -
System Red Green Blue C M Y K H S L
Decimal 77 64 190 0.59 0.66 0 0.25 246.19 0.5 0.5
Hex 4D 40 BE 3B 42 0 19 F6 32 32
Octal 115 100 276 73 102 0 31 366 62 62
Binary 1001101 1000000 10111110 111011 1000010 0 11001 11110110 110010 110010

Color Harmonies of #4D40BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D40BE

Black with #4D40BE

Text Example


Text Example

White with #4D40BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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